Html Css Color HEX #10C26C Jade

📋 copy color: '#10C26C'

red 16 ◦ green 194 ◦ blue 108

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

Shades of Jade #10C26C

Tints of Jade #10C26C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.01%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 5.03%
G = 61.01%
B = 33.96%

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

#10C26C (or 0x10C26C) is known color: Jade. HEX triplet: 10, C2 and 6C. RGB value is (16,194,108). Sum of RGB (Red+Green+Blue) = 16+194+108=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #10C26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10C26C is #EF3D93. Grayscale: #838383. Windows color (decimal): -15678868 or 7127568. OLE color: 7127568.

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

Color convert

RGB 16 194 108 -
CMYK 0.92 0 0.44 0.24
HSL 151.01º 0.85% 0.41% -
HSV(B) 151.01º 0.92% 0.76% -
XYZ 22.21 39.78 20.69 -
YUV 130.97 115.03 45.99 -
System Red Green Blue C M Y K H S L
Decimal 16 194 108 0.92 0 0.44 0.24 151.01 0.85 0.41
Hex 10 C2 6C 5C 0 2C 18 97 55 29
Octal 20 302 154 134 0 54 30 227 125 51
Binary 10000 11000010 1101100 1011100 0 101100 11000 10010111 1010101 101001

Color Harmonies of #10C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C26C

Black with #10C26C

Text Example


Text Example

White with #10C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,194,108); }

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

background-color css

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

 a { background-color: rgb(16,194,108); }

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

border-color css

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

 span { border-color: rgb(16,194,108); }

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