#11BE1C

Color #11BE1C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #11BE1C

Tints of Dark Pastel Green #11BE1C

Color information

#11BE1C (or 0x11BE1C) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BE and 1C. RGB value is (17,190,28). Sum of RGB (Red+Green+Blue) = 17+190+28=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 190 (74.61% from 255 or 80.85% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BE1C is #EE41E3. Grayscale: #787878. Windows color (decimal): -15614436 or 1883665. OLE color: 1883665.

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

Color convert

RGB1719028-
CMYK0.9100.850.25
HSL123.82º83.57%40.59%-
HSV(B)123.82º91.05%74.51%-
XYZ18.8537.037.25-
YUV119.876.1954.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 190 (74.61% from 255) = 80.85%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=7.23%
G=80.85%
B=11.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17190280.9100.850.25123.8283.5740.59
Hex11BE1C5B055197c5429
Octal212763413301253117412451
Binary1000110111110111001011011010101011100111111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,190,28); }

 H1.HeaderClassName
 {
   color: #11BE1C;
 }
 .AnyTagClassName
 {
   color: #11BE1C;
 }
</style>
background-color css

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

 a { background-color: rgb(17,190,28); }

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

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

 span { border-color: rgb(17,190,28); }

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