Html Css Color HEX #09A42B Dark Pastel Green

📋 copy color: '#09A42B'

red 9 ◦ green 164 ◦ blue 43

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

Shades of Dark Pastel Green #09A42B

Tints of Dark Pastel Green #09A42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 4.17%
G = 75.93%
B = 19.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#09A42B (or 0x09A42B) is known color: Dark Pastel Green. HEX triplet: 09, A4 and 2B. RGB value is (9,164,43). Sum of RGB (Red+Green+Blue) = 9+164+43=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 164 (64.45% from 255 or 75.93% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 164 - color contains mainly: green. Hex color #09A42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A42B is #F65BD4. Grayscale: #686868. Windows color (decimal): -16145365 or 2860041. OLE color: 2860041.

HSL color Cylindrical-coordinate representation of color #09A42B: hue angle of 133.16º 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 #09A42B is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 164 43 -
CMYK 0.95 0 0.74 0.36
HSL 133.16º 0.9% 0.34% -
HSV(B) 133.16º 0.95% 0.64% -
XYZ 13.82 26.78 6.73 -
YUV 103.86 93.65 60.34 -
System Red Green Blue C M Y K H S L
Decimal 9 164 43 0.95 0 0.74 0.36 133.16 0.9 0.34
Hex 9 A4 2B 5F 0 4A 24 85 5A 22
Octal 11 244 53 137 0 112 44 205 132 42
Binary 1001 10100100 101011 1011111 0 1001010 100100 10000101 1011010 100010

Color Harmonies of #09A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A42B

Black with #09A42B

Text Example


Text Example

White with #09A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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