Html Css Color HEX #11C26C Jade

📋 copy color: '#11C26C'

red 17 ◦ green 194 ◦ blue 108

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

Shades of Jade #11C26C

Tints of Jade #11C26C

RGB

 RED value IS 17 (7.03% from 255) = 5.33%

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

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

R = 5.33%
G = 60.82%
B = 33.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#11C26C (or 0x11C26C) is known color: Jade. HEX triplet: 11, C2 and 6C. RGB value is (17,194,108). Sum of RGB (Red+Green+Blue) = 17+194+108=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #11C26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C26C is #EE3D93. Grayscale: #838383. Windows color (decimal): -15613332 or 7127569. OLE color: 7127569.

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

Color convert

RGB 17 194 108 -
CMYK 0.91 0 0.44 0.24
HSL 150.85º 0.84% 0.41% -
HSV(B) 150.85º 0.91% 0.76% -
XYZ 22.23 39.79 20.7 -
YUV 131.27 114.86 46.49 -
System Red Green Blue C M Y K H S L
Decimal 17 194 108 0.91 0 0.44 0.24 150.85 0.84 0.41
Hex 11 C2 6C 5B 0 2C 18 97 54 29
Octal 21 302 154 133 0 54 30 227 124 51
Binary 10001 11000010 1101100 1011011 0 101100 11000 10010111 1010100 101001

Color Harmonies of #11C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C26C

Black with #11C26C

Text Example


Text Example

White with #11C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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