Html Css Color HEX #04A650 Pigment Green

📋 copy color: '#04A650'

red 4 ◦ green 166 ◦ blue 80

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

Shades of Pigment Green #04A650

Tints of Pigment Green #04A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 66.4%

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

R = 1.6%
G = 66.4%
B = 32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#04A650 (or 0x04A650) is known color: Pigment Green. HEX triplet: 04, A6 and 50. RGB value is (4,166,80). Sum of RGB (Red+Green+Blue) = 4+166+80=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 166 (65.23% from 255 or 66.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 166 - color contains mainly: green. Hex color #04A650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A650 is #FB59AF. Grayscale: #6B6B6B. Windows color (decimal): -16472496 or 5285380. OLE color: 5285380.

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

Color convert

RGB 4 166 80 -
CMYK 0.98 0 0.52 0.35
HSL 148.15º 0.95% 0.33% -
HSV(B) 148.15º 0.98% 0.65% -
XYZ 15.13 27.88 12.17 -
YUV 107.76 112.33 53.99 -
System Red Green Blue C M Y K H S L
Decimal 4 166 80 0.98 0 0.52 0.35 148.15 0.95 0.33
Hex 4 A6 50 62 0 34 23 94 5F 21
Octal 4 246 120 142 0 64 43 224 137 41
Binary 100 10100110 1010000 1100010 0 110100 100011 10010100 1011111 100001

Color Harmonies of #04A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A650

Black with #04A650

Text Example


Text Example

White with #04A650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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