Html Css Color HEX #09AA50 Pigment Green

📋 copy color: '#09AA50'

red 9 ◦ green 170 ◦ blue 80

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

Shades of Pigment Green #09AA50

Tints of Pigment Green #09AA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 3.47%
G = 65.64%
B = 30.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#09AA50 (or 0x09AA50) is known color: Pigment Green. HEX triplet: 09, AA and 50. RGB value is (9,170,80). Sum of RGB (Red+Green+Blue) = 9+170+80=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 170 (66.80% from 255 or 65.64% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 170 - color contains mainly: green. Hex color #09AA50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AA50 is #F655AF. Grayscale: #6F6F6F. Windows color (decimal): -16143792 or 5286409. OLE color: 5286409.

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

Color convert

RGB 9 170 80 -
CMYK 0.95 0 0.53 0.33
HSL 146.46º 0.9% 0.35% -
HSV(B) 146.46º 0.95% 0.67% -
XYZ 15.94 29.39 12.42 -
YUV 111.6 110.16 54.82 -
System Red Green Blue C M Y K H S L
Decimal 9 170 80 0.95 0 0.53 0.33 146.46 0.9 0.35
Hex 9 AA 50 5F 0 35 21 92 5A 23
Octal 11 252 120 137 0 65 41 222 132 43
Binary 1001 10101010 1010000 1011111 0 110101 100001 10010010 1011010 100011

Color Harmonies of #09AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AA50

Black with #09AA50

Text Example


Text Example

White with #09AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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