Html Css Color HEX #05A03C Pigment Green

📋 copy color: '#05A03C'

red 5 ◦ green 160 ◦ blue 60

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

Shades of Pigment Green #05A03C

Tints of Pigment Green #05A03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 2.22%
G = 71.11%
B = 26.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#05A03C (or 0x05A03C) is known color: Pigment Green. HEX triplet: 05, A0 and 3C. RGB value is (5,160,60). Sum of RGB (Red+Green+Blue) = 5+160+60=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 160 (62.89% from 255 or 71.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 160 - color contains mainly: green. Hex color #05A03C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A03C is #FA5FC3. Grayscale: #666666. Windows color (decimal): -16408516 or 3973125. OLE color: 3973125.

HSL color Cylindrical-coordinate representation of color #05A03C: hue angle of 141.29º 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 #05A03C is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 160 60 -
CMYK 0.97 0 0.62 0.37
HSL 141.29º 0.94% 0.32% -
HSV(B) 141.29º 0.97% 0.63% -
XYZ 13.45 25.5 8.49 -
YUV 102.26 104.15 58.63 -
System Red Green Blue C M Y K H S L
Decimal 5 160 60 0.97 0 0.62 0.37 141.29 0.94 0.32
Hex 5 A0 3C 61 0 3E 25 8D 5E 20
Octal 5 240 74 141 0 76 45 215 136 40
Binary 101 10100000 111100 1100001 0 111110 100101 10001101 1011110 100000

Color Harmonies of #05A03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A03C

Black with #05A03C

Text Example


Text Example

White with #05A03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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