#11BE1D

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

Shades of Dark Pastel Green #11BE1D

Tints of Dark Pastel Green #11BE1D

Color information

#11BE1D (or 0x11BE1D) is unknown color: approx Dark Pastel Green. HEX triplet: 11, BE and 1D. RGB value is (17,190,29). Sum of RGB (Red+Green+Blue) = 17+190+29=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 190 (74.61% from 255 or 80.51% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BE1D is #EE41E2. Grayscale: #787878. Windows color (decimal): -15614435 or 1949201. OLE color: 1949201.

HSL color Cylindrical-coordinate representation of color #11BE1D: hue angle of 124.16º 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 #11BE1D is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1719029-
CMYK0.9100.850.25
HSL124.16º83.57%40.59%-
HSV(B)124.16º91.05%74.51%-
XYZ18.8737.037.32-
YUV119.9276.6954.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.20%
GREEN value IS 190 (74.61% from 255) = 80.51%
BLUE value IS 29 (11.72% from 255) = 12.29%
R=7.20%
G=80.51%
B=12.29%

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
Decimal17190290.9100.850.25124.1683.5740.59
Hex11BE1D5B055197c5429
Octal212763513301253117412451
Binary1000110111110111011011011010101011100111111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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