#04AB52

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

Shades of Pigment Green #04AB52

Tints of Pigment Green #04AB52

Color information

#04AB52 (or 0x04AB52) is unknown color: approx Pigment Green. HEX triplet: 04, AB and 52. RGB value is (4,171,82). Sum of RGB (Red+Green+Blue) = 4+171+82=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 171 (67.19% from 255 or 66.54% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB52 is #FB54AD. Grayscale: #6F6F6F. Windows color (decimal): -16471214 or 5417732. OLE color: 5417732.

HSL color Cylindrical-coordinate representation of color #04AB52: hue angle of 148.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 #04AB52 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB417182-
CMYK0.9800.520.33
HSL148.02º95.43%34.31%-
HSV(B)148.02º97.66%67.06%-
XYZ16.1429.7612.88-
YUV110.92111.6751.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.56%
GREEN value IS 171 (67.19% from 255) = 66.54%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=1.56%
G=66.54%
B=31.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4171820.9800.520.33148.0295.4334.31
Hex4AB526203421945f22
Octal42531221420644122413742
Binary10010101011101001011000100110100100001100101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,171,82); }

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

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

 a { background-color: rgb(4,171,82); }

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

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

 span { border-color: rgb(4,171,82); }

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