#0ABF29

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

Shades of Dark Pastel Green #0ABF29

Tints of Dark Pastel Green #0ABF29

Color information

#0ABF29 (or 0x0ABF29) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BF and 29. RGB value is (10,191,41). Sum of RGB (Red+Green+Blue) = 10+191+41=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 191 (75% from 255 or 78.93% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF29 is #F540D6. Grayscale: #787878. Windows color (decimal): -16072919 or 2735882. OLE color: 2735882.

HSL color Cylindrical-coordinate representation of color #0ABF29: hue angle of 130.28º 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 #0ABF29 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB1019141-
CMYK0.9500.790.25
HSL130.28º90.05%39.41%-
HSV(B)130.28º94.76%74.9%-
XYZ19.1637.498.32-
YUV119.7883.5349.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 191 (75% from 255) = 78.93%
BLUE value IS 41 (16.41% from 255) = 16.94%
R=4.13%
G=78.93%
B=16.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10191410.9500.790.25130.2890.0539.41
HexABF295F04F19825a27
Octal122775113701173120213247
Binary10101011111110100110111110100111111001100000101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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