Html Css Color HEX #11A369 Jade

📋 copy color: '#11A369'

red 17 ◦ green 163 ◦ blue 105

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

Shades of Jade #11A369

Tints of Jade #11A369

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.19%

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 5.96%
G = 57.19%
B = 36.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#11A369 (or 0x11A369) is known color: Jade. HEX triplet: 11, A3 and 69. RGB value is (17,163,105). Sum of RGB (Red+Green+Blue) = 17+163+105=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #11A369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A369 is #EE5C96. Grayscale: #707070. Windows color (decimal): -15621271 or 6923025. OLE color: 6923025.

HSL color Cylindrical-coordinate representation of color #11A369: hue angle of 156.16º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A369 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 163 105 -
CMYK 0.90 0 0.36 0.36
HSL 156.16º 0.81% 0.35% -
HSV(B) 156.16º 0.9% 0.64% -
XYZ 15.88 27.33 17.8 -
YUV 112.73 123.63 59.72 -
System Red Green Blue C M Y K H S L
Decimal 17 163 105 0.90 0 0.36 0.36 156.16 0.81 0.35
Hex 11 A3 69 5A 0 24 24 9C 51 23
Octal 21 243 151 132 0 44 44 234 121 43
Binary 10001 10100011 1101001 1011010 0 100100 100100 10011100 1010001 100011

Color Harmonies of #11A369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A369

Black with #11A369

Text Example


Text Example

White with #11A369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,163,105); }

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

background-color css

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

 a { background-color: rgb(17,163,105); }

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

border-color css

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

 span { border-color: rgb(17,163,105); }

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