Html Css Color HEX #04AB50 Pigment Green

📋 copy color: '#04AB50'

red 4 ◦ green 171 ◦ blue 80

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

Shades of Pigment Green #04AB50

Tints of Pigment Green #04AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 67.06%

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 1.57%
G = 67.06%
B = 31.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#04AB50 (or 0x04AB50) is known color: Pigment Green. HEX triplet: 04, AB and 50. RGB value is (4,171,80). Sum of RGB (Red+Green+Blue) = 4+171+80=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04AB50 is #FB54AF. Grayscale: #6E6E6E. Windows color (decimal): -16471216 or 5286660. OLE color: 5286660.

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

Color convert

RGB 4 171 80 -
CMYK 0.98 0 0.53 0.33
HSL 147.31º 0.95% 0.34% -
HSV(B) 147.31º 0.98% 0.67% -
XYZ 16.06 29.73 12.48 -
YUV 110.69 110.67 51.9 -
System Red Green Blue C M Y K H S L
Decimal 4 171 80 0.98 0 0.53 0.33 147.31 0.95 0.34
Hex 4 AB 50 62 0 35 21 93 5F 22
Octal 4 253 120 142 0 65 41 223 137 42
Binary 100 10101011 1010000 1100010 0 110101 100001 10010011 1011111 100010

Color Harmonies of #04AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AB50

Black with #04AB50

Text Example


Text Example

White with #04AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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