Html Css Color HEX #0FAA28 Dark Pastel Green

📋 copy color: '#0FAA28'

red 15 ◦ green 170 ◦ blue 40

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

Shades of Dark Pastel Green #0FAA28

Tints of Dark Pastel Green #0FAA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 6.67%
G = 75.56%
B = 17.78%

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

#0FAA28 (or 0x0FAA28) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 28. RGB value is (15,170,40). Sum of RGB (Red+Green+Blue) = 15+170+40=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA28 is #F055D7. Grayscale: #6D6D6D. Windows color (decimal): -15750616 or 2664975. OLE color: 2664975.

HSL color Cylindrical-coordinate representation of color #0FAA28: hue angle of 129.68º 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 #0FAA28 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 40 -
CMYK 0.91 0 0.76 0.33
HSL 129.68º 0.84% 0.36% -
HSV(B) 129.68º 0.91% 0.67% -
XYZ 14.95 29 6.82 -
YUV 108.84 89.15 61.07 -
System Red Green Blue C M Y K H S L
Decimal 15 170 40 0.91 0 0.76 0.33 129.68 0.84 0.36
Hex F AA 28 5B 0 4C 21 82 54 24
Octal 17 252 50 133 0 114 41 202 124 44
Binary 1111 10101010 101000 1011011 0 1001100 100001 10000010 1010100 100100

Color Harmonies of #0FAA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA28

Black with #0FAA28

Text Example


Text Example

White with #0FAA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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