#0abf49

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

Shades of Dark Pastel Green #0ABF49

Tints of Dark Pastel Green #0ABF49

Color information

#0ABF49 (or 0x0ABF49) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BF and 49. RGB value is (10,191,73). Sum of RGB (Red+Green+Blue) = 10+191+73=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF49 is #F540B6. Grayscale: #7B7B7B. Windows color (decimal): -16072887 or 4833034. OLE color: 4833034.

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

Color convert

RGB1019173-
CMYK0.9500.620.25
HSL140.88º90.05%39.41%-
HSV(B)140.88º94.76%74.9%-
XYZ19.9637.8112.55-
YUV123.4399.5347.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.65%
GREEN value IS 191 (75% from 255) = 69.71%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=3.65%
G=69.71%
B=26.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10191730.9500.620.25140.8890.0539.41
HexABF495F03E198d5a27
Octal122771111370763121513247
Binary10101011111110010011011111011111011001100011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0abf49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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