Html Css Color HEX #11C14A Dark Pastel Green

📋 copy color: '#11C14A'

red 17 ◦ green 193 ◦ blue 74

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

Shades of Dark Pastel Green #11C14A

Tints of Dark Pastel Green #11C14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 5.99%
G = 67.96%
B = 26.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#11C14A (or 0x11C14A) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 4A. RGB value is (17,193,74). Sum of RGB (Red+Green+Blue) = 17+193+74=284 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.99% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #11C14A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C14A is #EE3EB5. Grayscale: #7F7F7F. Windows color (decimal): -15613622 or 4899089. OLE color: 4899089.

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

Color convert

RGB 17 193 74 -
CMYK 0.91 0 0.62 0.24
HSL 139.43º 0.84% 0.41% -
HSV(B) 139.43º 0.91% 0.76% -
XYZ 20.54 38.75 12.88 -
YUV 126.81 98.19 49.68 -
System Red Green Blue C M Y K H S L
Decimal 17 193 74 0.91 0 0.62 0.24 139.43 0.84 0.41
Hex 11 C1 4A 5B 0 3E 18 8B 54 29
Octal 21 301 112 133 0 76 30 213 124 51
Binary 10001 11000001 1001010 1011011 0 111110 11000 10001011 1010100 101001

Color Harmonies of #11C14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C14A

Black with #11C14A

Text Example


Text Example

White with #11C14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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