#06A269

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

Shades of Jade #06A269

Tints of Jade #06A269

Color information

#06A269 (or 0x06A269) is unknown color: approx Jade. HEX triplet: 06, A2 and 69. RGB value is (6,162,105). Sum of RGB (Red+Green+Blue) = 6+162+105=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 162 (63.67% from 255 or 59.34% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 162 - color contains mainly: green. Hex color #06A269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A269 is #F95D96. Grayscale: #6C6C6C. Windows color (decimal): -16342423 or 6922758. OLE color: 6922758.

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

Color convert

RGB6162105-
CMYK0.9600.350.36
HSL158.08º92.86%32.94%-
HSV(B)158.08º96.3%63.53%-
XYZ15.5526.917.74-
YUV108.86125.8254.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 162 (63.67% from 255) = 59.34%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=2.20%
G=59.34%
B=38.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal61621050.9600.350.36158.0892.8632.94
Hex6A26960023249e5d21
Octal62421511400434423613541
Binary11010100010110100111000000100011100100100111101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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