Html Css Color HEX #10AB66 Jade

📋 copy color: '#10AB66'

red 16 ◦ green 171 ◦ blue 102

#10AB66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #10AB66

Tints of Jade #10AB66

RGB

 RED value IS 16 (6.64% from 255) = 5.54%

 GREEN value IS 171 (67.19% from 255) = 59.17%

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 5.54%
G = 59.17%
B = 35.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#10AB66 (or 0x10AB66) is known color: Jade. HEX triplet: 10, AB and 66. RGB value is (16,171,102). Sum of RGB (Red+Green+Blue) = 16+171+102=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB66 is #EF5499. Grayscale: #747474. Windows color (decimal): -15684762 or 6728464. OLE color: 6728464.

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

Color convert

RGB 16 171 102 -
CMYK 0.91 0 0.40 0.33
HSL 153.29º 0.83% 0.37% -
HSV(B) 153.29º 0.91% 0.67% -
XYZ 17.17 30.2 17.49 -
YUV 116.79 119.65 56.11 -
System Red Green Blue C M Y K H S L
Decimal 16 171 102 0.91 0 0.40 0.33 153.29 0.83 0.37
Hex 10 AB 66 5B 0 28 21 99 53 25
Octal 20 253 146 133 0 50 41 231 123 45
Binary 10000 10101011 1100110 1011011 0 101000 100001 10011001 1010011 100101

Color Harmonies of #10AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB66

Black with #10AB66

Text Example


Text Example

White with #10AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,102); }

 H1.HeaderClassName
 {
   color: #10AB66;
 }
 .AnyTagClassName
 {
   color: #10AB66;
 }
</style>

background-color css

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

 a { background-color: rgb(16,171,102); }

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

border-color css

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

 span { border-color: rgb(16,171,102); }

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