Html Css Color HEX #10C16B Jade

📋 copy color: '#10C16B'

red 16 ◦ green 193 ◦ blue 107

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

Shades of Jade #10C16B

Tints of Jade #10C16B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.08%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 5.06%
G = 61.08%
B = 33.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#10C16B (or 0x10C16B) is known color: Jade. HEX triplet: 10, C1 and 6B. RGB value is (16,193,107). Sum of RGB (Red+Green+Blue) = 16+193+107=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #10C16B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C16B is #EF3E94. Grayscale: #828282. Windows color (decimal): -15679125 or 7061776. OLE color: 7061776.

HSL color Cylindrical-coordinate representation of color #10C16B: hue angle of 150.85º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C16B is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 193 107 -
CMYK 0.92 0 0.45 0.24
HSL 150.85º 0.85% 0.41% -
HSV(B) 150.85º 0.92% 0.76% -
XYZ 21.94 39.31 20.34 -
YUV 130.27 114.86 46.49 -
System Red Green Blue C M Y K H S L
Decimal 16 193 107 0.92 0 0.45 0.24 150.85 0.85 0.41
Hex 10 C1 6B 5C 0 2D 18 97 55 29
Octal 20 301 153 134 0 55 30 227 125 51
Binary 10000 11000001 1101011 1011100 0 101101 11000 10010111 1010101 101001

Color Harmonies of #10C16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C16B

Black with #10C16B

Text Example


Text Example

White with #10C16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,193,107); }

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

background-color css

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

 a { background-color: rgb(16,193,107); }

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

border-color css

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

 span { border-color: rgb(16,193,107); }

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