Html Css Color HEX #10B360 Jade

📋 copy color: '#10B360'

red 16 ◦ green 179 ◦ blue 96

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

Shades of Jade #10B360

Tints of Jade #10B360

RGB

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

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

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

R = 5.5%
G = 61.51%
B = 32.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#10B360 (or 0x10B360) is known color: Jade. HEX triplet: 10, B3 and 60. RGB value is (16,179,96). Sum of RGB (Red+Green+Blue) = 16+179+96=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #10B360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B360 is #EF4C9F. Grayscale: #787878. Windows color (decimal): -15682720 or 6337296. OLE color: 6337296.

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

Color convert

RGB 16 179 96 -
CMYK 0.91 0 0.46 0.30
HSL 149.45º 0.84% 0.38% -
HSV(B) 149.45º 0.91% 0.7% -
XYZ 18.45 33.19 16.5 -
YUV 120.8 114 53.25 -
System Red Green Blue C M Y K H S L
Decimal 16 179 96 0.91 0 0.46 0.30 149.45 0.84 0.38
Hex 10 B3 60 5B 0 2E 1E 95 54 26
Octal 20 263 140 133 0 56 36 225 124 46
Binary 10000 10110011 1100000 1011011 0 101110 11110 10010101 1010100 100110

Color Harmonies of #10B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B360

Black with #10B360

Text Example


Text Example

White with #10B360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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