Html Css Color HEX #04A350 Pigment Green

📋 copy color: '#04A350'

red 4 ◦ green 163 ◦ blue 80

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

Shades of Pigment Green #04A350

Tints of Pigment Green #04A350

RGB

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

 GREEN value IS 163 (64.06% from 255) = 65.99%

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

R = 1.62%
G = 65.99%
B = 32.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#04A350 (or 0x04A350) is known color: Pigment Green. HEX triplet: 04, A3 and 50. RGB value is (4,163,80). Sum of RGB (Red+Green+Blue) = 4+163+80=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #04A350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A350 is #FB5CAF. Grayscale: #6A6A6A. Windows color (decimal): -16473264 or 5284612. OLE color: 5284612.

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

Color convert

RGB 4 163 80 -
CMYK 0.98 0 0.51 0.36
HSL 148.68º 0.95% 0.33% -
HSV(B) 148.68º 0.98% 0.64% -
XYZ 14.6 26.8 11.99 -
YUV 106 113.32 55.25 -
System Red Green Blue C M Y K H S L
Decimal 4 163 80 0.98 0 0.51 0.36 148.68 0.95 0.33
Hex 4 A3 50 62 0 33 24 95 5F 21
Octal 4 243 120 142 0 63 44 225 137 41
Binary 100 10100011 1010000 1100010 0 110011 100100 10010101 1011111 100001

Color Harmonies of #04A350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A350

Black with #04A350

Text Example


Text Example

White with #04A350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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