Html Css Color HEX #05A154 Pigment Green

📋 copy color: '#05A154'

red 5 ◦ green 161 ◦ blue 84

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

Shades of Pigment Green #05A154

Tints of Pigment Green #05A154

RGB

 RED value IS 5 (2.34% from 255) = 2%

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

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 2%
G = 64.4%
B = 33.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#05A154 (or 0x05A154) is known color: Pigment Green. HEX triplet: 05, A1 and 54. RGB value is (5,161,84). Sum of RGB (Red+Green+Blue) = 5+161+84=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 161 (63.28% from 255 or 64.4% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 161 - color contains mainly: green. Hex color #05A154 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A154 is #FA5EAB. Grayscale: #696969. Windows color (decimal): -16408236 or 5546245. OLE color: 5546245.

HSL color Cylindrical-coordinate representation of color #05A154: hue angle of 150.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A154 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 161 84 -
CMYK 0.97 0 0.48 0.37
HSL 150.38º 0.94% 0.33% -
HSV(B) 150.38º 0.97% 0.63% -
XYZ 14.41 26.16 12.68 -
YUV 105.58 115.82 56.26 -
System Red Green Blue C M Y K H S L
Decimal 5 161 84 0.97 0 0.48 0.37 150.38 0.94 0.33
Hex 5 A1 54 61 0 30 25 96 5E 21
Octal 5 241 124 141 0 60 45 226 136 41
Binary 101 10100001 1010100 1100001 0 110000 100101 10010110 1011110 100001

Color Harmonies of #05A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A154

Black with #05A154

Text Example


Text Example

White with #05A154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A154; }

 p { color: rgb(5,161,84); }

 H1.HeaderClassName
 {
   color: #05A154;
 }
 .AnyTagClassName
 {
   color: #05A154;
 }
</style>

background-color css

<style>
 a { background-color: #05A154; }

 a { background-color: rgb(5,161,84); }

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

border-color css

<style>
 span { border-color: #05A154; }

 span { border-color: rgb(5,161,84); }

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