Html Css Color HEX #10C16E Jade

📋 copy color: '#10C16E'

red 16 ◦ green 193 ◦ blue 110

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

Shades of Jade #10C16E

Tints of Jade #10C16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 5.02%
G = 60.5%
B = 34.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#10C16E (or 0x10C16E) is known color: Jade. HEX triplet: 10, C1 and 6E. RGB value is (16,193,110). Sum of RGB (Red+Green+Blue) = 16+193+110=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #10C16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C16E is #EF3E91. Grayscale: #828282. Windows color (decimal): -15679122 or 7258384. OLE color: 7258384.

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

Color convert

RGB 16 193 110 -
CMYK 0.92 0 0.43 0.24
HSL 151.86º 0.85% 0.41% -
HSV(B) 151.86º 0.92% 0.76% -
XYZ 22.1 39.38 21.19 -
YUV 130.62 116.36 46.25 -
System Red Green Blue C M Y K H S L
Decimal 16 193 110 0.92 0 0.43 0.24 151.86 0.85 0.41
Hex 10 C1 6E 5C 0 2B 18 98 55 29
Octal 20 301 156 134 0 53 30 230 125 51
Binary 10000 11000001 1101110 1011100 0 101011 11000 10011000 1010101 101001

Color Harmonies of #10C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C16E

Black with #10C16E

Text Example


Text Example

White with #10C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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