Html Css Color HEX #11C36C Jade

📋 copy color: '#11C36C'

red 17 ◦ green 195 ◦ blue 108

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

Shades of Jade #11C36C

Tints of Jade #11C36C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 60.94%

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

R = 5.31%
G = 60.94%
B = 33.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#11C36C (or 0x11C36C) is known color: Jade. HEX triplet: 11, C3 and 6C. RGB value is (17,195,108). Sum of RGB (Red+Green+Blue) = 17+195+108=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 195 (76.56% from 255 or 60.94% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 195 - color contains mainly: green. Hex color #11C36C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C36C is #EE3C93. Grayscale: #848484. Windows color (decimal): -15613076 or 7127825. OLE color: 7127825.

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

Color convert

RGB 17 195 108 -
CMYK 0.91 0 0.45 0.24
HSL 150.67º 0.84% 0.42% -
HSV(B) 150.67º 0.91% 0.76% -
XYZ 22.45 40.23 20.77 -
YUV 131.86 114.53 46.07 -
System Red Green Blue C M Y K H S L
Decimal 17 195 108 0.91 0 0.45 0.24 150.67 0.84 0.42
Hex 11 C3 6C 5B 0 2D 18 97 54 2A
Octal 21 303 154 133 0 55 30 227 124 52
Binary 10001 11000011 1101100 1011011 0 101101 11000 10010111 1010100 101010

Color Harmonies of #11C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C36C

Black with #11C36C

Text Example


Text Example

White with #11C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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