Html Css Color HEX #10B86E Jade

📋 copy color: '#10B86E'

red 16 ◦ green 184 ◦ blue 110

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

Shades of Jade #10B86E

Tints of Jade #10B86E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.35%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 5.16%
G = 59.35%
B = 35.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#10B86E (or 0x10B86E) is known color: Jade. HEX triplet: 10, B8 and 6E. RGB value is (16,184,110). Sum of RGB (Red+Green+Blue) = 16+184+110=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #10B86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B86E is #EF4791. Grayscale: #7D7D7D. Windows color (decimal): -15681426 or 7256080. OLE color: 7256080.

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

Color convert

RGB 16 184 110 -
CMYK 0.91 0 0.40 0.28
HSL 153.57º 0.84% 0.39% -
HSV(B) 153.57º 0.91% 0.72% -
XYZ 20.17 35.52 20.54 -
YUV 125.33 119.34 50.02 -
System Red Green Blue C M Y K H S L
Decimal 16 184 110 0.91 0 0.40 0.28 153.57 0.84 0.39
Hex 10 B8 6E 5B 0 28 1C 9A 54 27
Octal 20 270 156 133 0 50 34 232 124 47
Binary 10000 10111000 1101110 1011011 0 101000 11100 10011010 1010100 100111

Color Harmonies of #10B86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B86E

Black with #10B86E

Text Example


Text Example

White with #10B86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,184,110); }

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

background-color css

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

 a { background-color: rgb(16,184,110); }

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

border-color css

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

 span { border-color: rgb(16,184,110); }

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