Html Css Color HEX #05A054 Pigment Green

📋 copy color: '#05A054'

red 5 ◦ green 160 ◦ blue 84

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

Shades of Pigment Green #05A054

Tints of Pigment Green #05A054

RGB

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

 GREEN value IS 160 (62.89% from 255) = 64.26%

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

R = 2.01%
G = 64.26%
B = 33.73%

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

#05A054 (or 0x05A054) is known color: Pigment Green. HEX triplet: 05, A0 and 54. RGB value is (5,160,84). Sum of RGB (Red+Green+Blue) = 5+160+84=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 160 (62.89% from 255 or 64.26% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 160 - color contains mainly: green. Hex color #05A054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A054 is #FA5FAB. Grayscale: #696969. Windows color (decimal): -16408492 or 5545989. OLE color: 5545989.

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

Color convert

RGB 5 160 84 -
CMYK 0.97 0 0.48 0.37
HSL 150.58º 0.94% 0.32% -
HSV(B) 150.58º 0.97% 0.63% -
XYZ 14.23 25.81 12.62 -
YUV 104.99 116.15 56.68 -
System Red Green Blue C M Y K H S L
Decimal 5 160 84 0.97 0 0.48 0.37 150.58 0.94 0.32
Hex 5 A0 54 61 0 30 25 97 5E 20
Octal 5 240 124 141 0 60 45 227 136 40
Binary 101 10100000 1010100 1100001 0 110000 100101 10010111 1011110 100000

Color Harmonies of #05A054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A054

Black with #05A054

Text Example


Text Example

White with #05A054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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