Html Css Color HEX #04AF5D Pigment Green

📋 copy color: '#04AF5D'

red 4 ◦ green 175 ◦ blue 93

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

Shades of Pigment Green #04AF5D

Tints of Pigment Green #04AF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 1.47%
G = 64.34%
B = 34.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#04AF5D (or 0x04AF5D) is known color: Pigment Green. HEX triplet: 04, AF and 5D. RGB value is (4,175,93). Sum of RGB (Red+Green+Blue) = 4+175+93=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AF5D is #FB50A2. Grayscale: #727272. Windows color (decimal): -16470179 or 6139652. OLE color: 6139652.

HSL color Cylindrical-coordinate representation of color #04AF5D: hue angle of 151.23º 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 #04AF5D is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 175 93 -
CMYK 0.98 0 0.47 0.31
HSL 151.23º 0.96% 0.35% -
HSV(B) 151.23º 0.98% 0.69% -
XYZ 17.36 31.48 15.52 -
YUV 114.52 115.85 49.17 -
System Red Green Blue C M Y K H S L
Decimal 4 175 93 0.98 0 0.47 0.31 151.23 0.96 0.35
Hex 4 AF 5D 62 0 2F 1F 97 60 23
Octal 4 257 135 142 0 57 37 227 140 43
Binary 100 10101111 1011101 1100010 0 101111 11111 10010111 1100000 100011

Color Harmonies of #04AF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF5D

Black with #04AF5D

Text Example


Text Example

White with #04AF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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