Html Css Color HEX #10C16F Jade

📋 copy color: '#10C16F'

red 16 ◦ green 193 ◦ blue 111

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

Shades of Jade #10C16F

Tints of Jade #10C16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 5%
G = 60.31%
B = 34.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#10C16F (or 0x10C16F) is known color: Jade. HEX triplet: 10, C1 and 6F. RGB value is (16,193,111). Sum of RGB (Red+Green+Blue) = 16+193+111=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #10C16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C16F is #EF3E90. Grayscale: #828282. Windows color (decimal): -15679121 or 7323920. OLE color: 7323920.

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

Color convert

RGB 16 193 111 -
CMYK 0.92 0 0.42 0.24
HSL 152.2º 0.85% 0.41% -
HSV(B) 152.2º 0.92% 0.76% -
XYZ 22.15 39.4 21.48 -
YUV 130.73 116.86 46.17 -
System Red Green Blue C M Y K H S L
Decimal 16 193 111 0.92 0 0.42 0.24 152.2 0.85 0.41
Hex 10 C1 6F 5C 0 2A 18 98 55 29
Octal 20 301 157 134 0 52 30 230 125 51
Binary 10000 11000001 1101111 1011100 0 101010 11000 10011000 1010101 101001

Color Harmonies of #10C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C16F

Black with #10C16F

Text Example


Text Example

White with #10C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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