Html Css Color HEX #04A158 Pigment Green

📋 copy color: '#04A158'

red 4 ◦ green 161 ◦ blue 88

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

Shades of Pigment Green #04A158

Tints of Pigment Green #04A158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.78%

R = 1.58%
G = 63.64%
B = 34.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#04A158 (or 0x04A158) is known color: Pigment Green. HEX triplet: 04, A1 and 58. RGB value is (4,161,88). Sum of RGB (Red+Green+Blue) = 4+161+88=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 161 (63.28% from 255 or 63.64% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 161 - color contains mainly: green. Hex color #04A158 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04A158 is #FB5EA7. Grayscale: #696969. Windows color (decimal): -16473768 or 5808388. OLE color: 5808388.

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

Color convert

RGB 4 161 88 -
CMYK 0.98 0 0.45 0.37
HSL 152.1º 0.95% 0.32% -
HSV(B) 152.1º 0.98% 0.63% -
XYZ 14.56 26.22 13.53 -
YUV 105.74 117.99 55.44 -
System Red Green Blue C M Y K H S L
Decimal 4 161 88 0.98 0 0.45 0.37 152.1 0.95 0.32
Hex 4 A1 58 62 0 2D 25 98 5F 20
Octal 4 241 130 142 0 55 45 230 137 40
Binary 100 10100001 1011000 1100010 0 101101 100101 10011000 1011111 100000

Color Harmonies of #04A158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04A158

Black with #04A158

Text Example


Text Example

White with #04A158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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