Html Css Color HEX #10B860 Jade

📋 copy color: '#10B860'

red 16 ◦ green 184 ◦ blue 96

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

Shades of Jade #10B860

Tints of Jade #10B860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 5.41%
G = 62.16%
B = 32.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#10B860 (or 0x10B860) is known color: Jade. HEX triplet: 10, B8 and 60. RGB value is (16,184,96). Sum of RGB (Red+Green+Blue) = 16+184+96=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #10B860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B860 is #EF479F. Grayscale: #7B7B7B. Windows color (decimal): -15681440 or 6338576. OLE color: 6338576.

HSL color Cylindrical-coordinate representation of color #10B860: hue angle of 148.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 #10B860 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 184 96 -
CMYK 0.91 0 0.48 0.28
HSL 148.57º 0.84% 0.39% -
HSV(B) 148.57º 0.91% 0.72% -
XYZ 19.47 35.24 16.84 -
YUV 123.74 112.34 51.16 -
System Red Green Blue C M Y K H S L
Decimal 16 184 96 0.91 0 0.48 0.28 148.57 0.84 0.39
Hex 10 B8 60 5B 0 30 1C 95 54 27
Octal 20 270 140 133 0 60 34 225 124 47
Binary 10000 10111000 1100000 1011011 0 110000 11100 10010101 1010100 100111

Color Harmonies of #10B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B860

Black with #10B860

Text Example


Text Example

White with #10B860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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