Html Css Color HEX #05A14C Pigment Green

📋 copy color: '#05A14C'

red 5 ◦ green 161 ◦ blue 76

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

Shades of Pigment Green #05A14C

Tints of Pigment Green #05A14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 2.07%
G = 66.53%
B = 31.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#05A14C (or 0x05A14C) is known color: Pigment Green. HEX triplet: 05, A1 and 4C. RGB value is (5,161,76). Sum of RGB (Red+Green+Blue) = 5+161+76=242 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 242); Green value is 161 (63.28% from 255 or 66.53% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 161 - color contains mainly: green. Hex color #05A14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A14C is #FA5EB3. Grayscale: #686868. Windows color (decimal): -16408244 or 5021957. OLE color: 5021957.

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

Color convert

RGB 5 161 76 -
CMYK 0.97 0 0.53 0.37
HSL 147.31º 0.94% 0.33% -
HSV(B) 147.31º 0.97% 0.63% -
XYZ 14.11 26.04 11.12 -
YUV 104.67 111.82 56.91 -
System Red Green Blue C M Y K H S L
Decimal 5 161 76 0.97 0 0.53 0.37 147.31 0.94 0.33
Hex 5 A1 4C 61 0 35 25 93 5E 21
Octal 5 241 114 141 0 65 45 223 136 41
Binary 101 10100001 1001100 1100001 0 110101 100101 10010011 1011110 100001

Color Harmonies of #05A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A14C

Black with #05A14C

Text Example


Text Example

White with #05A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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