Html Css Color HEX #0FAA29 Dark Pastel Green

📋 copy color: '#0FAA29'

red 15 ◦ green 170 ◦ blue 41

#0FAA29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0FAA29

Tints of Dark Pastel Green #0FAA29

RGB

 RED value IS 15 (6.25% from 255) = 6.64%

 GREEN value IS 170 (66.8% from 255) = 75.22%

 BLUE value IS 41 (16.41% from 255) = 18.14%

R = 6.64%
G = 75.22%
B = 18.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#0FAA29 (or 0x0FAA29) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 29. RGB value is (15,170,41). Sum of RGB (Red+Green+Blue) = 15+170+41=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA29 is #F055D6. Grayscale: #6D6D6D. Windows color (decimal): -15750615 or 2730511. OLE color: 2730511.

HSL color Cylindrical-coordinate representation of color #0FAA29: hue angle of 130.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA29 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 41 -
CMYK 0.91 0 0.76 0.33
HSL 130.06º 0.84% 0.36% -
HSV(B) 130.06º 0.91% 0.67% -
XYZ 14.97 29.01 6.91 -
YUV 108.95 89.65 60.99 -
System Red Green Blue C M Y K H S L
Decimal 15 170 41 0.91 0 0.76 0.33 130.06 0.84 0.36
Hex F AA 29 5B 0 4C 21 82 54 24
Octal 17 252 51 133 0 114 41 202 124 44
Binary 1111 10101010 101001 1011011 0 1001100 100001 10000010 1010100 100100

Color Harmonies of #0FAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA29

Black with #0FAA29

Text Example


Text Example

White with #0FAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FAA29;
 }
 .AnyTagClassName
 {
   color: #0FAA29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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