#06AD68

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

Shades of Jade #06AD68

Tints of Jade #06AD68

Color information

#06AD68 (or 0x06AD68) is unknown color: approx Jade. HEX triplet: 06, AD and 68. RGB value is (6,173,104). Sum of RGB (Red+Green+Blue) = 6+173+104=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #06AD68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AD68 is #F95297. Grayscale: #737373. Windows color (decimal): -16339608 or 6860038. OLE color: 6860038.

HSL color Cylindrical-coordinate representation of color #06AD68: hue angle of 155.21º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AD68 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB6173104-
CMYK0.9700.400.32
HSL155.21º93.3%35.1%-
HSV(B)155.21º96.53%67.84%-
XYZ17.5230.9318.14-
YUV115.2121.6750.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.12%
GREEN value IS 173 (67.97% from 255) = 61.13%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=2.12%
G=61.13%
B=36.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61731040.9700.400.32155.2193.335.1
Hex6AD6861028209b5d23
Octal62551501410504023313543
Binary11010101101110100011000010101000100000100110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,173,104); }

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

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

 a { background-color: rgb(6,173,104); }

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

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

 span { border-color: rgb(6,173,104); }

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