#06A247

Color #06A247 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #06A247

Tints of Pigment Green #06A247

Color information

#06A247 (or 0x06A247) is unknown color: approx Pigment Green. HEX triplet: 06, A2 and 47. RGB value is (6,162,71). Sum of RGB (Red+Green+Blue) = 6+162+71=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 162 (63.67% from 255 or 67.78% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 162 - color contains mainly: green. Hex color #06A247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A247 is #F95DB8. Grayscale: #696969. Windows color (decimal): -16342457 or 4694534. OLE color: 4694534.

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

Color convert

RGB616271-
CMYK0.9600.560.36
HSL145º92.86%32.94%-
HSV(B)145º96.3%63.53%-
XYZ14.1326.3310.3-
YUV104.98108.8257.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 162 (63.67% from 255) = 67.78%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=2.51%
G=67.78%
B=29.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6162710.9600.560.3614592.8632.94
Hex6A2476003824915d21
Octal62421071400704422113541
Binary11010100010100011111000000111000100100100100011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,162,71); }

 H1.HeaderClassName
 {
   color: #06A247;
 }
 .AnyTagClassName
 {
   color: #06A247;
 }
</style>
background-color css

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

 a { background-color: rgb(6,162,71); }

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

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

 span { border-color: rgb(6,162,71); }

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