Html Css Color HEX #06A446 Pigment Green

📋 copy color: '#06A446'

red 6 ◦ green 164 ◦ blue 70

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

Shades of Pigment Green #06A446

Tints of Pigment Green #06A446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.17%

R = 2.5%
G = 68.33%
B = 29.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#06A446 (or 0x06A446) is known color: Pigment Green. HEX triplet: 06, A4 and 46. RGB value is (6,164,70). Sum of RGB (Red+Green+Blue) = 6+164+70=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 164 (64.45% from 255 or 68.33% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 164 - color contains mainly: green. Hex color #06A446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A446 is #F95BB9. Grayscale: #6A6A6A. Windows color (decimal): -16341946 or 4629510. OLE color: 4629510.

HSL color Cylindrical-coordinate representation of color #06A446: hue angle of 144.3º 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 #06A446 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 164 70 -
CMYK 0.96 0 0.57 0.36
HSL 144.3º 0.93% 0.33% -
HSV(B) 144.3º 0.96% 0.64% -
XYZ 14.46 27.03 10.25 -
YUV 106.04 107.65 56.64 -
System Red Green Blue C M Y K H S L
Decimal 6 164 70 0.96 0 0.57 0.36 144.3 0.93 0.33
Hex 6 A4 46 60 0 39 24 90 5D 21
Octal 6 244 106 140 0 71 44 220 135 41
Binary 110 10100100 1000110 1100000 0 111001 100100 10010000 1011101 100001

Color Harmonies of #06A446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A446

Black with #06A446

Text Example


Text Example

White with #06A446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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