Html Css Color HEX #09A130 Dark Pastel Green

📋 copy color: '#09A130'

red 9 ◦ green 161 ◦ blue 48

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

Shades of Dark Pastel Green #09A130

Tints of Dark Pastel Green #09A130

RGB

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

 GREEN value IS 161 (63.28% from 255) = 73.85%

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 4.13%
G = 73.85%
B = 22.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#09A130 (or 0x09A130) is known color: Dark Pastel Green. HEX triplet: 09, A1 and 30. RGB value is (9,161,48). Sum of RGB (Red+Green+Blue) = 9+161+48=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 161 (63.28% from 255 or 73.85% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 161 - color contains mainly: green. Hex color #09A130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A130 is #F65ECF. Grayscale: #666666. Windows color (decimal): -16146128 or 3186953. OLE color: 3186953.

HSL color Cylindrical-coordinate representation of color #09A130: hue angle of 135.39º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A130 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 161 48 -
CMYK 0.94 0 0.70 0.37
HSL 135.39º 0.89% 0.33% -
HSV(B) 135.39º 0.94% 0.63% -
XYZ 13.39 25.76 7.06 -
YUV 102.67 97.14 61.19 -
System Red Green Blue C M Y K H S L
Decimal 9 161 48 0.94 0 0.70 0.37 135.39 0.89 0.33
Hex 9 A1 30 5E 0 46 25 87 59 21
Octal 11 241 60 136 0 106 45 207 131 41
Binary 1001 10100001 110000 1011110 0 1000110 100101 10000111 1011001 100001

Color Harmonies of #09A130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A130

Black with #09A130

Text Example


Text Example

White with #09A130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,161,48); }

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

background-color css

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

 a { background-color: rgb(9,161,48); }

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

border-color css

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

 span { border-color: rgb(9,161,48); }

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