Html Css Color HEX #04B04A Pigment Green

📋 copy color: '#04B04A'

red 4 ◦ green 176 ◦ blue 74

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

Shades of Pigment Green #04B04A

Tints of Pigment Green #04B04A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 69.29%

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

R = 1.57%
G = 69.29%
B = 29.13%

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

#04B04A (or 0x04B04A) is known color: Pigment Green. HEX triplet: 04, B0 and 4A. RGB value is (4,176,74). Sum of RGB (Red+Green+Blue) = 4+176+74=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 176 (69.14% from 255 or 69.29% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 176 - color contains mainly: green. Hex color #04B04A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04B04A is #FB4FB5. Grayscale: #717171. Windows color (decimal): -16469942 or 4894724. OLE color: 4894724.

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

Color convert

RGB 4 176 74 -
CMYK 0.98 0 0.58 0.31
HSL 144.42º 0.96% 0.35% -
HSV(B) 144.42º 0.98% 0.69% -
XYZ 16.81 31.57 11.69 -
YUV 112.94 106.02 50.29 -
System Red Green Blue C M Y K H S L
Decimal 4 176 74 0.98 0 0.58 0.31 144.42 0.96 0.35
Hex 4 B0 4A 62 0 3A 1F 90 60 23
Octal 4 260 112 142 0 72 37 220 140 43
Binary 100 10110000 1001010 1100010 0 111010 11111 10010000 1100000 100011

Color Harmonies of #04B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B04A

Black with #04B04A

Text Example


Text Example

White with #04B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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