Html Css Color HEX #11BA1D Dark Pastel Green

📋 copy color: '#11BA1D'

red 17 ◦ green 186 ◦ blue 29

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

Shades of Dark Pastel Green #11BA1D

Tints of Dark Pastel Green #11BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 80.17%

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 7.33%
G = 80.17%
B = 12.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#11BA1D (or 0x11BA1D) is known color: Dark Pastel Green. HEX triplet: 11, BA and 1D. RGB value is (17,186,29). Sum of RGB (Red+Green+Blue) = 17+186+29=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BA1D is #EE45E2. Grayscale: #767676. Windows color (decimal): -15615459 or 1948177. OLE color: 1948177.

HSL color Cylindrical-coordinate representation of color #11BA1D: hue angle of 124.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA1D is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 29 -
CMYK 0.91 0 0.84 0.27
HSL 124.26º 0.83% 0.4% -
HSV(B) 124.26º 0.91% 0.73% -
XYZ 18.01 35.33 7.03 -
YUV 117.57 78.01 56.27 -
System Red Green Blue C M Y K H S L
Decimal 17 186 29 0.91 0 0.84 0.27 124.26 0.83 0.4
Hex 11 BA 1D 5B 0 54 1B 7C 53 28
Octal 21 272 35 133 0 124 33 174 123 50
Binary 10001 10111010 11101 1011011 0 1010100 11011 1111100 1010011 101000

Color Harmonies of #11BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA1D

Black with #11BA1D

Text Example


Text Example

White with #11BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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