#06AF61

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

Shades of Jade #06AF61

Tints of Jade #06AF61

Color information

#06AF61 (or 0x06AF61) is unknown color: approx Jade. HEX triplet: 06, AF and 61. RGB value is (6,175,97). Sum of RGB (Red+Green+Blue) = 6+175+97=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AF61 is #F9509E. Grayscale: #737373. Windows color (decimal): -16339103 or 6401798. OLE color: 6401798.

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

Color convert

RGB617597-
CMYK0.9700.450.31
HSL152.31º93.37%35.49%-
HSV(B)152.31º96.57%68.63%-
XYZ17.5631.5616.48-
YUV115.58117.5149.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 175 (68.75% from 255) = 62.95%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=2.16%
G=62.95%
B=34.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6175970.9700.450.31152.3193.3735.49
Hex6AF616102D1F985d23
Octal62571411410553723013543
Binary1101010111111000011100001010110111111100110001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,175,97); }

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

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

 a { background-color: rgb(6,175,97); }

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

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

 span { border-color: rgb(6,175,97); }

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