Html Css Color HEX #04AF4A Pigment Green

📋 copy color: '#04AF4A'

red 4 ◦ green 175 ◦ blue 74

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

Shades of Pigment Green #04AF4A

Tints of Pigment Green #04AF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 69.17%

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

R = 1.58%
G = 69.17%
B = 29.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#04AF4A (or 0x04AF4A) is known color: Pigment Green. HEX triplet: 04, AF and 4A. RGB value is (4,175,74). Sum of RGB (Red+Green+Blue) = 4+175+74=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AF4A is #FB50B5. Grayscale: #707070. Windows color (decimal): -16470198 or 4894468. OLE color: 4894468.

HSL color Cylindrical-coordinate representation of color #04AF4A: hue angle of 144.56º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF4A is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 74 -
CMYK 0.98 0 0.58 0.31
HSL 144.56º 0.96% 0.35% -
HSV(B) 144.56º 0.98% 0.69% -
XYZ 16.62 31.18 11.62 -
YUV 112.36 106.35 50.71 -
System Red Green Blue C M Y K H S L
Decimal 4 175 74 0.98 0 0.58 0.31 144.56 0.96 0.35
Hex 4 AF 4A 62 0 3A 1F 91 60 23
Octal 4 257 112 142 0 72 37 221 140 43
Binary 100 10101111 1001010 1100010 0 111010 11111 10010001 1100000 100011

Color Harmonies of #04AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF4A

Black with #04AF4A

Text Example


Text Example

White with #04AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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