Html Css Color HEX #11C140 Dark Pastel Green

📋 copy color: '#11C140'

red 17 ◦ green 193 ◦ blue 64

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

Shades of Dark Pastel Green #11C140

Tints of Dark Pastel Green #11C140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 70.44%

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 6.2%
G = 70.44%
B = 23.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#11C140 (or 0x11C140) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 40. RGB value is (17,193,64). Sum of RGB (Red+Green+Blue) = 17+193+64=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 193 (75.78% from 255 or 70.44% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 193 - color contains mainly: green. Hex color #11C140 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C140 is #EE3EBF. Grayscale: #7E7E7E. Windows color (decimal): -15613632 or 4243729. OLE color: 4243729.

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

Color convert

RGB 17 193 64 -
CMYK 0.91 0 0.67 0.24
HSL 136.02º 0.84% 0.41% -
HSV(B) 136.02º 0.91% 0.76% -
XYZ 20.23 38.63 11.24 -
YUV 125.67 93.19 50.49 -
System Red Green Blue C M Y K H S L
Decimal 17 193 64 0.91 0 0.67 0.24 136.02 0.84 0.41
Hex 11 C1 40 5B 0 43 18 88 54 29
Octal 21 301 100 133 0 103 30 210 124 51
Binary 10001 11000001 1000000 1011011 0 1000011 11000 10001000 1010100 101001

Color Harmonies of #11C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C140

Black with #11C140

Text Example


Text Example

White with #11C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,193,64); }

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

background-color css

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

 a { background-color: rgb(17,193,64); }

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

border-color css

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

 span { border-color: rgb(17,193,64); }

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