Html Css Color HEX #10A96C Jade

📋 copy color: '#10A96C'

red 16 ◦ green 169 ◦ blue 108

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

Shades of Jade #10A96C

Tints of Jade #10A96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 57.68%

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

R = 5.46%
G = 57.68%
B = 36.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#10A96C (or 0x10A96C) is known color: Jade. HEX triplet: 10, A9 and 6C. RGB value is (16,169,108). Sum of RGB (Red+Green+Blue) = 16+169+108=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 169 (66.41% from 255 or 57.68% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 169 - color contains mainly: green. Hex color #10A96C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10A96C is #EF5693. Grayscale: #747474. Windows color (decimal): -15685268 or 7121168. OLE color: 7121168.

HSL color Cylindrical-coordinate representation of color #10A96C: hue angle of 156.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A96C is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 16 169 108 -
CMYK 0.91 0 0.36 0.34
HSL 156.08º 0.83% 0.36% -
HSV(B) 156.08º 0.91% 0.66% -
XYZ 17.11 29.57 18.99 -
YUV 116.3 123.31 56.46 -
System Red Green Blue C M Y K H S L
Decimal 16 169 108 0.91 0 0.36 0.34 156.08 0.83 0.36
Hex 10 A9 6C 5B 0 24 22 9C 53 24
Octal 20 251 154 133 0 44 42 234 123 44
Binary 10000 10101001 1101100 1011011 0 100100 100010 10011100 1010011 100100

Color Harmonies of #10A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A96C

Black with #10A96C

Text Example


Text Example

White with #10A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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