Html Css Color HEX #05A34F Pigment Green

📋 copy color: '#05A34F'

red 5 ◦ green 163 ◦ blue 79

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

Shades of Pigment Green #05A34F

Tints of Pigment Green #05A34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.98%

R = 2.02%
G = 65.99%
B = 31.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#05A34F (or 0x05A34F) is known color: Pigment Green. HEX triplet: 05, A3 and 4F. RGB value is (5,163,79). Sum of RGB (Red+Green+Blue) = 5+163+79=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #05A34F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A34F is #FA5CB0. Grayscale: #6A6A6A. Windows color (decimal): -16407729 or 5219077. OLE color: 5219077.

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

Color convert

RGB 5 163 79 -
CMYK 0.97 0 0.52 0.36
HSL 148.1º 0.94% 0.33% -
HSV(B) 148.1º 0.97% 0.64% -
XYZ 14.57 26.79 11.8 -
YUV 106.18 112.65 55.83 -
System Red Green Blue C M Y K H S L
Decimal 5 163 79 0.97 0 0.52 0.36 148.1 0.94 0.33
Hex 5 A3 4F 61 0 34 24 94 5E 21
Octal 5 243 117 141 0 64 44 224 136 41
Binary 101 10100011 1001111 1100001 0 110100 100100 10010100 1011110 100001

Color Harmonies of #05A34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A34F

Black with #05A34F

Text Example


Text Example

White with #05A34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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