Html Css Color HEX #06A456 Pigment Green

📋 copy color: '#06A456'

red 6 ◦ green 164 ◦ blue 86

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

Shades of Pigment Green #06A456

Tints of Pigment Green #06A456

RGB

 RED value IS 6 (2.73% from 255) = 2.34%

 GREEN value IS 164 (64.45% from 255) = 64.06%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 2.34%
G = 64.06%
B = 33.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#06A456 (or 0x06A456) is known color: Pigment Green. HEX triplet: 06, A4 and 56. RGB value is (6,164,86). Sum of RGB (Red+Green+Blue) = 6+164+86=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #06A456 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A456 is #F95BA9. Grayscale: #6C6C6C. Windows color (decimal): -16341930 or 5678086. OLE color: 5678086.

HSL color Cylindrical-coordinate representation of color #06A456: hue angle of 150.38º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A456 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 164 86 -
CMYK 0.96 0 0.48 0.36
HSL 150.38º 0.93% 0.33% -
HSV(B) 150.38º 0.96% 0.64% -
XYZ 15.03 27.26 13.27 -
YUV 107.87 115.65 55.34 -
System Red Green Blue C M Y K H S L
Decimal 6 164 86 0.96 0 0.48 0.36 150.38 0.93 0.33
Hex 6 A4 56 60 0 30 24 96 5D 21
Octal 6 244 126 140 0 60 44 226 135 41
Binary 110 10100100 1010110 1100000 0 110000 100100 10010110 1011101 100001

Color Harmonies of #06A456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A456

Black with #06A456

Text Example


Text Example

White with #06A456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A456; }

 p { color: rgb(6,164,86); }

 H1.HeaderClassName
 {
   color: #06A456;
 }
 .AnyTagClassName
 {
   color: #06A456;
 }
</style>

background-color css

<style>
 a { background-color: #06A456; }

 a { background-color: rgb(6,164,86); }

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

border-color css

<style>
 span { border-color: #06A456; }

 span { border-color: rgb(6,164,86); }

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