Html Css Color HEX #04A152 Pigment Green

📋 copy color: '#04A152'

red 4 ◦ green 161 ◦ blue 82

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

Shades of Pigment Green #04A152

Tints of Pigment Green #04A152

RGB

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

 GREEN value IS 161 (63.28% from 255) = 65.18%

 BLUE value IS 82 (32.42% from 255) = 33.2%

R = 1.62%
G = 65.18%
B = 33.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#04A152 (or 0x04A152) is known color: Pigment Green. HEX triplet: 04, A1 and 52. RGB value is (4,161,82). Sum of RGB (Red+Green+Blue) = 4+161+82=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 161 (63.28% from 255 or 65.18% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 161 - color contains mainly: green. Hex color #04A152 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A152 is #FB5EAD. Grayscale: #696969. Windows color (decimal): -16473774 or 5415172. OLE color: 5415172.

HSL color Cylindrical-coordinate representation of color #04A152: hue angle of 149.81º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A152 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 4 161 82 -
CMYK 0.98 0 0.49 0.37
HSL 149.81º 0.95% 0.32% -
HSV(B) 149.81º 0.98% 0.63% -
XYZ 14.32 26.12 12.27 -
YUV 105.05 114.99 55.92 -
System Red Green Blue C M Y K H S L
Decimal 4 161 82 0.98 0 0.49 0.37 149.81 0.95 0.32
Hex 4 A1 52 62 0 31 25 96 5F 20
Octal 4 241 122 142 0 61 45 226 137 40
Binary 100 10100001 1010010 1100010 0 110001 100101 10010110 1011111 100000

Color Harmonies of #04A152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A152

Black with #04A152

Text Example


Text Example

White with #04A152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,161,82); }

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

background-color css

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

 a { background-color: rgb(4,161,82); }

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

border-color css

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

 span { border-color: rgb(4,161,82); }

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