Html Css Color HEX #10C16D Jade

📋 copy color: '#10C16D'

red 16 ◦ green 193 ◦ blue 109

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

Shades of Jade #10C16D

Tints of Jade #10C16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 5.03%
G = 60.69%
B = 34.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#10C16D (or 0x10C16D) is known color: Jade. HEX triplet: 10, C1 and 6D. RGB value is (16,193,109). Sum of RGB (Red+Green+Blue) = 16+193+109=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 193 (75.78% from 255 or 60.69% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 193 - color contains mainly: green. Hex color #10C16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C16D is #EF3E92. Grayscale: #828282. Windows color (decimal): -15679123 or 7192848. OLE color: 7192848.

HSL color Cylindrical-coordinate representation of color #10C16D: hue angle of 151.53º 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 #10C16D is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 193 109 -
CMYK 0.92 0 0.44 0.24
HSL 151.53º 0.85% 0.41% -
HSV(B) 151.53º 0.92% 0.76% -
XYZ 22.04 39.35 20.9 -
YUV 130.5 115.86 46.33 -
System Red Green Blue C M Y K H S L
Decimal 16 193 109 0.92 0 0.44 0.24 151.53 0.85 0.41
Hex 10 C1 6D 5C 0 2C 18 98 55 29
Octal 20 301 155 134 0 54 30 230 125 51
Binary 10000 11000001 1101101 1011100 0 101100 11000 10011000 1010101 101001

Color Harmonies of #10C16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C16D

Black with #10C16D

Text Example


Text Example

White with #10C16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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