Html Css Color HEX #11C148 Dark Pastel Green

📋 copy color: '#11C148'

red 17 ◦ green 193 ◦ blue 72

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

Shades of Dark Pastel Green #11C148

Tints of Dark Pastel Green #11C148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 6.03%
G = 68.44%
B = 25.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#11C148 (or 0x11C148) is known color: Dark Pastel Green. HEX triplet: 11, C1 and 48. RGB value is (17,193,72). Sum of RGB (Red+Green+Blue) = 17+193+72=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #11C148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C148 is #EE3EB7. Grayscale: #7E7E7E. Windows color (decimal): -15613624 or 4768017. OLE color: 4768017.

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

Color convert

RGB 17 193 72 -
CMYK 0.91 0 0.63 0.24
HSL 138.75º 0.84% 0.41% -
HSV(B) 138.75º 0.91% 0.76% -
XYZ 20.47 38.73 12.53 -
YUV 126.58 97.19 49.84 -
System Red Green Blue C M Y K H S L
Decimal 17 193 72 0.91 0 0.63 0.24 138.75 0.84 0.41
Hex 11 C1 48 5B 0 3F 18 8B 54 29
Octal 21 301 110 133 0 77 30 213 124 51
Binary 10001 11000001 1001000 1011011 0 111111 11000 10001011 1010100 101001

Color Harmonies of #11C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C148

Black with #11C148

Text Example


Text Example

White with #11C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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