#04B04F

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

Shades of Pigment Green #04B04F

Tints of Pigment Green #04B04F

Color information

#04B04F (or 0x04B04F) is unknown color: approx Pigment Green. HEX triplet: 04, B0 and 4F. RGB value is (4,176,79). Sum of RGB (Red+Green+Blue) = 4+176+79=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 176 (69.14% from 255 or 67.95% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 176 - color contains mainly: green. Hex color #04B04F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B04F is #FB4FB0. Grayscale: #717171. Windows color (decimal): -16469937 or 5222404. OLE color: 5222404.

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

Color convert

RGB417679-
CMYK0.9800.550.31
HSL146.16º95.56%35.29%-
HSV(B)146.16º97.73%69.02%-
XYZ16.9931.6412.61-
YUV113.51108.5249.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.54%
GREEN value IS 176 (69.14% from 255) = 67.95%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=1.54%
G=67.95%
B=30.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4176790.9800.550.31146.1695.5635.29
Hex4B04F620371F926023
Octal42601171420673722214043
Binary1001011000010011111100010011011111111100100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,176,79); }

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

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

 a { background-color: rgb(4,176,79); }

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

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

 span { border-color: rgb(4,176,79); }

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