Html Css Color HEX #10AB63 Jade

📋 copy color: '#10AB63'

red 16 ◦ green 171 ◦ blue 99

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

Shades of Jade #10AB63

Tints of Jade #10AB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 5.59%
G = 59.79%
B = 34.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#10AB63 (or 0x10AB63) is known color: Jade. HEX triplet: 10, AB and 63. RGB value is (16,171,99). Sum of RGB (Red+Green+Blue) = 16+171+99=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB63 is #EF549C. Grayscale: #747474. Windows color (decimal): -15684765 or 6531856. OLE color: 6531856.

HSL color Cylindrical-coordinate representation of color #10AB63: hue angle of 152.13º 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 #10AB63 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 171 99 -
CMYK 0.91 0 0.42 0.33
HSL 152.13º 0.83% 0.37% -
HSV(B) 152.13º 0.91% 0.67% -
XYZ 17.03 30.14 16.72 -
YUV 116.45 118.15 56.35 -
System Red Green Blue C M Y K H S L
Decimal 16 171 99 0.91 0 0.42 0.33 152.13 0.83 0.37
Hex 10 AB 63 5B 0 2A 21 98 53 25
Octal 20 253 143 133 0 52 41 230 123 45
Binary 10000 10101011 1100011 1011011 0 101010 100001 10011000 1010011 100101

Color Harmonies of #10AB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB63

Black with #10AB63

Text Example


Text Example

White with #10AB63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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