Html Css Color HEX #04A44A Pigment Green

📋 copy color: '#04A44A'

red 4 ◦ green 164 ◦ blue 74

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

Shades of Pigment Green #04A44A

Tints of Pigment Green #04A44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.58%

R = 1.65%
G = 67.77%
B = 30.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#04A44A (or 0x04A44A) is known color: Pigment Green. HEX triplet: 04, A4 and 4A. RGB value is (4,164,74). Sum of RGB (Red+Green+Blue) = 4+164+74=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 164 (64.45% from 255 or 67.77% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 164 - color contains mainly: green. Hex color #04A44A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A44A is #FB5BB5. Grayscale: #6A6A6A. Windows color (decimal): -16473014 or 4891652. OLE color: 4891652.

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

Color convert

RGB 4 164 74 -
CMYK 0.98 0 0.55 0.36
HSL 146.25º 0.95% 0.33% -
HSV(B) 146.25º 0.98% 0.64% -
XYZ 14.56 27.07 10.94 -
YUV 105.9 109.99 55.32 -
System Red Green Blue C M Y K H S L
Decimal 4 164 74 0.98 0 0.55 0.36 146.25 0.95 0.33
Hex 4 A4 4A 62 0 37 24 92 5F 21
Octal 4 244 112 142 0 67 44 222 137 41
Binary 100 10100100 1001010 1100010 0 110111 100100 10010010 1011111 100001

Color Harmonies of #04A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A44A

Black with #04A44A

Text Example


Text Example

White with #04A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,164,74); }

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

background-color css

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

 a { background-color: rgb(4,164,74); }

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

border-color css

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

 span { border-color: rgb(4,164,74); }

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