Html Css Color HEX #10A06C Jade

📋 copy color: '#10A06C'

red 16 ◦ green 160 ◦ blue 108

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

Shades of Jade #10A06C

Tints of Jade #10A06C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.34%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 5.63%
G = 56.34%
B = 38.03%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#10A06C (or 0x10A06C) is known color: Jade. HEX triplet: 10, A0 and 6C. RGB value is (16,160,108). Sum of RGB (Red+Green+Blue) = 16+160+108=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #10A06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A06C is #EF5F93. Grayscale: #6F6F6F. Windows color (decimal): -15687572 or 7118864. OLE color: 7118864.

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

Color convert

RGB 16 160 108 -
CMYK 0.9 0 0.32 0.37
HSL 158.33º 0.82% 0.35% -
HSV(B) 158.33º 0.9% 0.63% -
XYZ 15.49 26.33 18.45 -
YUV 111.02 126.29 60.23 -
System Red Green Blue C M Y K H S L
Decimal 16 160 108 0.9 0 0.32 0.37 158.33 0.82 0.35
Hex 10 A0 6C 5A 0 20 25 9E 52 23
Octal 20 240 154 132 0 40 45 236 122 43
Binary 10000 10100000 1101100 1011010 0 100000 100101 10011110 1010010 100011

Color Harmonies of #10A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A06C

Black with #10A06C

Text Example


Text Example

White with #10A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,160,108); }

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

background-color css

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

 a { background-color: rgb(16,160,108); }

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

border-color css

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

 span { border-color: rgb(16,160,108); }

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