#10AE67

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

Shades of Jade #10AE67

Tints of Jade #10AE67

Color information

#10AE67 (or 0x10AE67) is unknown color: approx Jade. HEX triplet: 10, AE and 67. RGB value is (16,174,103). Sum of RGB (Red+Green+Blue) = 16+174+103=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 174 (68.36% from 255 or 59.39% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AE67 is #EF5198. Grayscale: #767676. Windows color (decimal): -15683993 or 6794768. OLE color: 6794768.

HSL color Cylindrical-coordinate representation of color #10AE67: hue angle of 153.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AE67 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB16174103-
CMYK0.9100.410.32
HSL153.04º83.16%37.25%-
HSV(B)153.04º90.8%68.24%-
XYZ17.831.3617.95-
YUV118.66119.1554.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.46%
GREEN value IS 174 (68.36% from 255) = 59.39%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=5.46%
G=59.39%
B=35.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161741030.9100.410.32153.0483.1637.25
Hex10AE675B02920995325
Octal202561471330514023112345
Binary1000010101110110011110110110101001100000100110011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10AE67; }

 p { color: rgb(16,174,103); }

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

<style>
 a { background-color: #10AE67; }

 a { background-color: rgb(16,174,103); }

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

<style>
 span { border-color: #10AE67; }

 span { border-color: rgb(16,174,103); }

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