Html Css Color HEX #10A668 Jade

📋 copy color: '#10A668'

red 16 ◦ green 166 ◦ blue 104

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

Shades of Jade #10A668

Tints of Jade #10A668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.04%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 5.59%
G = 58.04%
B = 36.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#10A668 (or 0x10A668) is known color: Jade. HEX triplet: 10, A6 and 68. RGB value is (16,166,104). Sum of RGB (Red+Green+Blue) = 16+166+104=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #10A668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A668 is #EF5997. Grayscale: #727272. Windows color (decimal): -15686040 or 6858256. OLE color: 6858256.

HSL color Cylindrical-coordinate representation of color #10A668: hue angle of 155.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A668 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 166 104 -
CMYK 0.90 0 0.37 0.35
HSL 155.2º 0.82% 0.36% -
HSV(B) 155.2º 0.9% 0.65% -
XYZ 16.35 28.38 17.71 -
YUV 114.08 122.31 58.04 -
System Red Green Blue C M Y K H S L
Decimal 16 166 104 0.90 0 0.37 0.35 155.2 0.82 0.36
Hex 10 A6 68 5A 0 25 23 9B 52 24
Octal 20 246 150 132 0 45 43 233 122 44
Binary 10000 10100110 1101000 1011010 0 100101 100011 10011011 1010010 100100

Color Harmonies of #10A668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A668

Black with #10A668

Text Example


Text Example

White with #10A668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,166,104); }

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

background-color css

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

 a { background-color: rgb(16,166,104); }

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

border-color css

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

 span { border-color: rgb(16,166,104); }

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