#0FAF29

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

Shades of Dark Pastel Green #0FAF29

Tints of Dark Pastel Green #0FAF29

Color information

#0FAF29 (or 0x0FAF29) is unknown color: approx Dark Pastel Green. HEX triplet: 0F, AF and 29. RGB value is (15,175,41). Sum of RGB (Red+Green+Blue) = 15+175+41=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF29 is #F050D6. Grayscale: #707070. Windows color (decimal): -15749335 or 2731791. OLE color: 2731791.

HSL color Cylindrical-coordinate representation of color #0FAF29: hue angle of 129.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAF29 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1517541-
CMYK0.9100.770.31
HSL129.75º84.21%37.25%-
HSV(B)129.75º91.43%68.63%-
XYZ15.9330.927.23-
YUV111.8887.9958.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 175 (68.75% from 255) = 75.76%
BLUE value IS 41 (16.41% from 255) = 17.75%
R=6.49%
G=75.76%
B=17.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15175410.9100.770.31129.7584.2137.25
HexFAF295B04D1F825425
Octal172575113301153720212445
Binary11111010111110100110110110100110111111100000101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,175,41); }

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

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

 a { background-color: rgb(15,175,41); }

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

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

 span { border-color: rgb(15,175,41); }

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