Html Css Color HEX #10B865 Jade

📋 copy color: '#10B865'

red 16 ◦ green 184 ◦ blue 101

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

Shades of Jade #10B865

Tints of Jade #10B865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 5.32%
G = 61.13%
B = 33.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#10B865 (or 0x10B865) is known color: Jade. HEX triplet: 10, B8 and 65. RGB value is (16,184,101). Sum of RGB (Red+Green+Blue) = 16+184+101=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 184 (72.27% from 255 or 61.13% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 184 - color contains mainly: green. Hex color #10B865 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B865 is #EF479A. Grayscale: #7C7C7C. Windows color (decimal): -15681435 or 6666256. OLE color: 6666256.

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

Color convert

RGB 16 184 101 -
CMYK 0.91 0 0.45 0.28
HSL 150.36º 0.84% 0.39% -
HSV(B) 150.36º 0.91% 0.72% -
XYZ 19.7 35.33 18.09 -
YUV 124.31 114.84 50.75 -
System Red Green Blue C M Y K H S L
Decimal 16 184 101 0.91 0 0.45 0.28 150.36 0.84 0.39
Hex 10 B8 65 5B 0 2D 1C 96 54 27
Octal 20 270 145 133 0 55 34 226 124 47
Binary 10000 10111000 1100101 1011011 0 101101 11100 10010110 1010100 100111

Color Harmonies of #10B865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B865

Black with #10B865

Text Example


Text Example

White with #10B865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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