Html Css Color HEX #08AA4C Pigment Green

📋 copy color: '#08AA4C'

red 8 ◦ green 170 ◦ blue 76

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

Shades of Pigment Green #08AA4C

Tints of Pigment Green #08AA4C

RGB

 RED value IS 8 (3.52% from 255) = 3.15%

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

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 3.15%
G = 66.93%
B = 29.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#08AA4C (or 0x08AA4C) is known color: Pigment Green. HEX triplet: 08, AA and 4C. RGB value is (8,170,76). Sum of RGB (Red+Green+Blue) = 8+170+76=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #08AA4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AA4C is #F755B3. Grayscale: #6F6F6F. Windows color (decimal): -16209332 or 5024264. OLE color: 5024264.

HSL color Cylindrical-coordinate representation of color #08AA4C: hue angle of 145.19º degrees, saturation: 0.91, 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 #08AA4C is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 170 76 -
CMYK 0.95 0 0.55 0.33
HSL 145.19º 0.91% 0.35% -
HSV(B) 145.19º 0.95% 0.67% -
XYZ 15.78 29.32 11.67 -
YUV 110.85 108.33 54.64 -
System Red Green Blue C M Y K H S L
Decimal 8 170 76 0.95 0 0.55 0.33 145.19 0.91 0.35
Hex 8 AA 4C 5F 0 37 21 91 5B 23
Octal 10 252 114 137 0 67 41 221 133 43
Binary 1000 10101010 1001100 1011111 0 110111 100001 10010001 1011011 100011

Color Harmonies of #08AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AA4C

Black with #08AA4C

Text Example


Text Example

White with #08AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08AA4C; }

 p { color: rgb(8,170,76); }

 H1.HeaderClassName
 {
   color: #08AA4C;
 }
 .AnyTagClassName
 {
   color: #08AA4C;
 }
</style>

background-color css

<style>
 a { background-color: #08AA4C; }

 a { background-color: rgb(8,170,76); }

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

border-color css

<style>
 span { border-color: #08AA4C; }

 span { border-color: rgb(8,170,76); }

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