Html Css Color HEX #0FAA27 Dark Pastel Green

📋 copy color: '#0FAA27'

red 15 ◦ green 170 ◦ blue 39

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

Shades of Dark Pastel Green #0FAA27

Tints of Dark Pastel Green #0FAA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.41%

R = 6.7%
G = 75.89%
B = 17.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#0FAA27 (or 0x0FAA27) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 27. RGB value is (15,170,39). Sum of RGB (Red+Green+Blue) = 15+170+39=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA27 is #F055D8. Grayscale: #6D6D6D. Windows color (decimal): -15750617 or 2599439. OLE color: 2599439.

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

Color convert

RGB 15 170 39 -
CMYK 0.91 0 0.77 0.33
HSL 129.29º 0.84% 0.36% -
HSV(B) 129.29º 0.91% 0.67% -
XYZ 14.94 29 6.73 -
YUV 108.72 88.65 61.15 -
System Red Green Blue C M Y K H S L
Decimal 15 170 39 0.91 0 0.77 0.33 129.29 0.84 0.36
Hex F AA 27 5B 0 4D 21 81 54 24
Octal 17 252 47 133 0 115 41 201 124 44
Binary 1111 10101010 100111 1011011 0 1001101 100001 10000001 1010100 100100

Color Harmonies of #0FAA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA27

Black with #0FAA27

Text Example


Text Example

White with #0FAA27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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