Html Css Color HEX #09AA2D Dark Pastel Green

📋 copy color: '#09AA2D'

red 9 ◦ green 170 ◦ blue 45

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

Shades of Dark Pastel Green #09AA2D

Tints of Dark Pastel Green #09AA2D

RGB

 RED value IS 9 (3.91% from 255) = 4.02%

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

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 4.02%
G = 75.89%
B = 20.09%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#09AA2D (or 0x09AA2D) is known color: Dark Pastel Green. HEX triplet: 09, AA and 2D. RGB value is (9,170,45). Sum of RGB (Red+Green+Blue) = 9+170+45=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 170 (66.80% from 255 or 75.89% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AA2D is #F655D2. Grayscale: #6B6B6B. Windows color (decimal): -16143827 or 2992649. OLE color: 2992649.

HSL color Cylindrical-coordinate representation of color #09AA2D: hue angle of 133.42º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AA2D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 170 45 -
CMYK 0.95 0 0.74 0.33
HSL 133.42º 0.9% 0.35% -
HSV(B) 133.42º 0.95% 0.67% -
XYZ 14.96 29 7.29 -
YUV 107.61 92.66 57.66 -
System Red Green Blue C M Y K H S L
Decimal 9 170 45 0.95 0 0.74 0.33 133.42 0.9 0.35
Hex 9 AA 2D 5F 0 4A 21 85 5A 23
Octal 11 252 55 137 0 112 41 205 132 43
Binary 1001 10101010 101101 1011111 0 1001010 100001 10000101 1011010 100011

Color Harmonies of #09AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA2D

Black with #09AA2D

Text Example


Text Example

White with #09AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09AA2D; }

 p { color: rgb(9,170,45); }

 H1.HeaderClassName
 {
   color: #09AA2D;
 }
 .AnyTagClassName
 {
   color: #09AA2D;
 }
</style>

background-color css

<style>
 a { background-color: #09AA2D; }

 a { background-color: rgb(9,170,45); }

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

border-color css

<style>
 span { border-color: #09AA2D; }

 span { border-color: rgb(9,170,45); }

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