Html Css Color HEX #10B96C Jade

📋 copy color: '#10B96C'

red 16 ◦ green 185 ◦ blue 108

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

Shades of Jade #10B96C

Tints of Jade #10B96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.87%

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

R = 5.18%
G = 59.87%
B = 34.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#10B96C (or 0x10B96C) is known color: Jade. HEX triplet: 10, B9 and 6C. RGB value is (16,185,108). Sum of RGB (Red+Green+Blue) = 16+185+108=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #10B96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B96C is #EF4693. Grayscale: #7D7D7D. Windows color (decimal): -15681172 or 7125264. OLE color: 7125264.

HSL color Cylindrical-coordinate representation of color #10B96C: hue angle of 152.66º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B96C is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 185 108 -
CMYK 0.91 0 0.42 0.27
HSL 152.66º 0.84% 0.39% -
HSV(B) 152.66º 0.91% 0.73% -
XYZ 20.27 35.89 20.05 -
YUV 125.69 118.01 49.76 -
System Red Green Blue C M Y K H S L
Decimal 16 185 108 0.91 0 0.42 0.27 152.66 0.84 0.39
Hex 10 B9 6C 5B 0 2A 1B 99 54 27
Octal 20 271 154 133 0 52 33 231 124 47
Binary 10000 10111001 1101100 1011011 0 101010 11011 10011001 1010100 100111

Color Harmonies of #10B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B96C

Black with #10B96C

Text Example


Text Example

White with #10B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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