Html Css Color HEX #10B365 Jade

📋 copy color: '#10B365'

red 16 ◦ green 179 ◦ blue 101

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

Shades of Jade #10B365

Tints of Jade #10B365

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.47%

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

R = 5.41%
G = 60.47%
B = 34.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#10B365 (or 0x10B365) is known color: Jade. HEX triplet: 10, B3 and 65. RGB value is (16,179,101). Sum of RGB (Red+Green+Blue) = 16+179+101=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 179 (70.31% from 255 or 60.47% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 179 - color contains mainly: green. Hex color #10B365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B365 is #EF4C9A. Grayscale: #797979. Windows color (decimal): -15682715 or 6664976. OLE color: 6664976.

HSL color Cylindrical-coordinate representation of color #10B365: hue angle of 151.29º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B365 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 179 101 -
CMYK 0.91 0 0.44 0.30
HSL 151.29º 0.84% 0.38% -
HSV(B) 151.29º 0.91% 0.7% -
XYZ 18.68 33.29 17.75 -
YUV 121.37 116.5 52.84 -
System Red Green Blue C M Y K H S L
Decimal 16 179 101 0.91 0 0.44 0.30 151.29 0.84 0.38
Hex 10 B3 65 5B 0 2C 1E 97 54 26
Octal 20 263 145 133 0 54 36 227 124 46
Binary 10000 10110011 1100101 1011011 0 101100 11110 10010111 1010100 100110

Color Harmonies of #10B365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B365

Black with #10B365

Text Example


Text Example

White with #10B365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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