#04AD42

Color #04AD42 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #04AD42

Tints of Pigment Green #04AD42

Color information

#04AD42 (or 0x04AD42) is unknown color: approx Pigment Green. HEX triplet: 04, AD and 42. RGB value is (4,173,66). Sum of RGB (Red+Green+Blue) = 4+173+66=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 173 (67.97% from 255 or 71.19% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 173 - color contains mainly: green. Hex color #04AD42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AD42 is #FB52BD. Grayscale: #6E6E6E. Windows color (decimal): -16470718 or 4369668. OLE color: 4369668.

HSL color Cylindrical-coordinate representation of color #04AD42: hue angle of 142.01º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AD42 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB417366-
CMYK0.9800.620.32
HSL142.01º95.48%34.71%-
HSV(B)142.01º97.69%67.84%-
XYZ15.9830.3110.16-
YUV110.27103.0152.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 173 (67.97% from 255) = 71.19%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=1.65%
G=71.19%
B=27.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal4173660.9800.620.32142.0195.4834.71
Hex4AD426203E208e5f23
Octal42551021420764021613743
Binary10010101101100001011000100111110100000100011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,173,66); }

 H1.HeaderClassName
 {
   color: #04AD42;
 }
 .AnyTagClassName
 {
   color: #04AD42;
 }
</style>
background-color css

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

 a { background-color: rgb(4,173,66); }

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

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

 span { border-color: rgb(4,173,66); }

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