Html Css Color HEX #0FAA2C Dark Pastel Green

📋 copy color: '#0FAA2C'

red 15 ◦ green 170 ◦ blue 44

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

Shades of Dark Pastel Green #0FAA2C

Tints of Dark Pastel Green #0FAA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.21%

R = 6.55%
G = 74.24%
B = 19.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#0FAA2C (or 0x0FAA2C) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 2C. RGB value is (15,170,44). Sum of RGB (Red+Green+Blue) = 15+170+44=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA2C is #F055D3. Grayscale: #6D6D6D. Windows color (decimal): -15750612 or 2927119. OLE color: 2927119.

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

Color convert

RGB 15 170 44 -
CMYK 0.91 0 0.74 0.33
HSL 131.23º 0.84% 0.36% -
HSV(B) 131.23º 0.91% 0.67% -
XYZ 15.03 29.03 7.19 -
YUV 109.29 91.15 60.75 -
System Red Green Blue C M Y K H S L
Decimal 15 170 44 0.91 0 0.74 0.33 131.23 0.84 0.36
Hex F AA 2C 5B 0 4A 21 83 54 24
Octal 17 252 54 133 0 112 41 203 124 44
Binary 1111 10101010 101100 1011011 0 1001010 100001 10000011 1010100 100100

Color Harmonies of #0FAA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA2C

Black with #0FAA2C

Text Example


Text Example

White with #0FAA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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