Html Css Color HEX #05A34C Pigment Green

📋 copy color: '#05A34C'

red 5 ◦ green 163 ◦ blue 76

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

Shades of Pigment Green #05A34C

Tints of Pigment Green #05A34C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 66.8%

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

R = 2.05%
G = 66.8%
B = 31.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#05A34C (or 0x05A34C) is known color: Pigment Green. HEX triplet: 05, A3 and 4C. RGB value is (5,163,76). Sum of RGB (Red+Green+Blue) = 5+163+76=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 163 (64.06% from 255 or 66.80% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 163 - color contains mainly: green. Hex color #05A34C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A34C is #FA5CB3. Grayscale: #6A6A6A. Windows color (decimal): -16407732 or 5022469. OLE color: 5022469.

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

Color convert

RGB 5 163 76 -
CMYK 0.97 0 0.53 0.36
HSL 146.96º 0.94% 0.33% -
HSV(B) 146.96º 0.97% 0.64% -
XYZ 14.46 26.75 11.24 -
YUV 105.84 111.15 56.07 -
System Red Green Blue C M Y K H S L
Decimal 5 163 76 0.97 0 0.53 0.36 146.96 0.94 0.33
Hex 5 A3 4C 61 0 35 24 93 5E 21
Octal 5 243 114 141 0 65 44 223 136 41
Binary 101 10100011 1001100 1100001 0 110101 100100 10010011 1011110 100001

Color Harmonies of #05A34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A34C

Black with #05A34C

Text Example


Text Example

White with #05A34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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