#0abf15

Color #0ABF15 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0ABF15

Tints of Dark Pastel Green #0ABF15

Color information

#0ABF15 (or 0x0ABF15) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BF and 15. RGB value is (10,191,21). Sum of RGB (Red+Green+Blue) = 10+191+21=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 191 (75% from 255 or 86.04% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABF15 is #F540EA. Grayscale: #767676. Windows color (decimal): -16072939 or 1425162. OLE color: 1425162.

HSL color Cylindrical-coordinate representation of color #0ABF15: hue angle of 123.65º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF15 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1019121-
CMYK0.9500.890.25
HSL123.65º90.05%39.41%-
HSV(B)123.65º94.76%74.9%-
XYZ18.8937.386.93-
YUV117.573.5351.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 4.50%
GREEN value IS 191 (75% from 255) = 86.04%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=4.50%
G=86.04%
B=9.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10191210.9500.890.25123.6590.0539.41
HexABF155F059197c5a27
Octal122772513701313117413247
Binary101010111111101011011111010110011100111111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0abf15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0abf15; }

 p { color: rgb(10,191,21); }

 H1.HeaderClassName
 {
   color: #0abf15;
 }
 .AnyTagClassName
 {
   color: #0abf15;
 }
</style>
background-color css

<style>
 a { background-color: #0abf15; }

 a { background-color: rgb(10,191,21); }

 div.DivClassName
 {
   background-color: #0abf15;
 }
 .BgClassName
 {
   background-color: #0abf15;
 }
</style>
border-color css

<style>
 span { border-color: #0abf15; }

 span { border-color: rgb(10,191,21); }

 td.TdClassName
 {
   border-color: #0abf15;
 }
 .TagClassName
 {
   border-color: #0abf15;
 }
</style>