Html Css Color HEX #11BA19 Dark Pastel Green

📋 copy color: '#11BA19'

red 17 ◦ green 186 ◦ blue 25

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

Shades of Dark Pastel Green #11BA19

Tints of Dark Pastel Green #11BA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.96%

R = 7.46%
G = 81.58%
B = 10.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#11BA19 (or 0x11BA19) is known color: Dark Pastel Green. HEX triplet: 11, BA and 19. RGB value is (17,186,25). Sum of RGB (Red+Green+Blue) = 17+186+25=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 186 (73.05% from 255 or 81.58% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA19 is #EE45E6. Grayscale: #757575. Windows color (decimal): -15615463 or 1686033. OLE color: 1686033.

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

Color convert

RGB 17 186 25 -
CMYK 0.91 0 0.87 0.27
HSL 122.84º 0.83% 0.4% -
HSV(B) 122.84º 0.91% 0.73% -
XYZ 17.97 35.31 6.79 -
YUV 117.12 76.01 56.59 -
System Red Green Blue C M Y K H S L
Decimal 17 186 25 0.91 0 0.87 0.27 122.84 0.83 0.4
Hex 11 BA 19 5B 0 57 1B 7B 53 28
Octal 21 272 31 133 0 127 33 173 123 50
Binary 10001 10111010 11001 1011011 0 1010111 11011 1111011 1010011 101000

Color Harmonies of #11BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA19

Black with #11BA19

Text Example


Text Example

White with #11BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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