Html Css Color HEX #09A42C Dark Pastel Green

📋 copy color: '#09A42C'

red 9 ◦ green 164 ◦ blue 44

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

Shades of Dark Pastel Green #09A42C

Tints of Dark Pastel Green #09A42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 75.58%

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

R = 4.15%
G = 75.58%
B = 20.28%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#09A42C (or 0x09A42C) is known color: Dark Pastel Green. HEX triplet: 09, A4 and 2C. RGB value is (9,164,44). Sum of RGB (Red+Green+Blue) = 9+164+44=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 164 (64.45% from 255 or 75.58% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 164 - color contains mainly: green. Hex color #09A42C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A42C is #F65BD3. Grayscale: #686868. Windows color (decimal): -16145364 or 2925577. OLE color: 2925577.

HSL color Cylindrical-coordinate representation of color #09A42C: hue angle of 133.55º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A42C is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 164 44 -
CMYK 0.95 0 0.73 0.36
HSL 133.55º 0.9% 0.34% -
HSV(B) 133.55º 0.95% 0.64% -
XYZ 13.84 26.79 6.82 -
YUV 103.98 94.15 60.26 -
System Red Green Blue C M Y K H S L
Decimal 9 164 44 0.95 0 0.73 0.36 133.55 0.9 0.34
Hex 9 A4 2C 5F 0 49 24 86 5A 22
Octal 11 244 54 137 0 111 44 206 132 42
Binary 1001 10100100 101100 1011111 0 1001001 100100 10000110 1011010 100010

Color Harmonies of #09A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A42C

Black with #09A42C

Text Example


Text Example

White with #09A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,164,44); }

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

background-color css

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

 a { background-color: rgb(9,164,44); }

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

border-color css

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

 span { border-color: rgb(9,164,44); }

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