Html Css Color HEX #04AA4C Pigment Green

📋 copy color: '#04AA4C'

red 4 ◦ green 170 ◦ blue 76

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

Shades of Pigment Green #04AA4C

Tints of Pigment Green #04AA4C

RGB

 RED value IS 4 (1.95% from 255) = 1.6%

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

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

R = 1.6%
G = 68%
B = 30.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#04AA4C (or 0x04AA4C) is known color: Pigment Green. HEX triplet: 04, AA and 4C. RGB value is (4,170,76). Sum of RGB (Red+Green+Blue) = 4+170+76=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA4C is #FB55B3. Grayscale: #6D6D6D. Windows color (decimal): -16471476 or 5024260. OLE color: 5024260.

HSL color Cylindrical-coordinate representation of color #04AA4C: hue angle of 146.02º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA4C is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 170 76 -
CMYK 0.98 0 0.55 0.33
HSL 146.02º 0.95% 0.34% -
HSV(B) 146.02º 0.98% 0.67% -
XYZ 15.73 29.3 11.66 -
YUV 109.65 109 52.64 -
System Red Green Blue C M Y K H S L
Decimal 4 170 76 0.98 0 0.55 0.33 146.02 0.95 0.34
Hex 4 AA 4C 62 0 37 21 92 5F 22
Octal 4 252 114 142 0 67 41 222 137 42
Binary 100 10101010 1001100 1100010 0 110111 100001 10010010 1011111 100010

Color Harmonies of #04AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AA4C

Black with #04AA4C

Text Example


Text Example

White with #04AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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