Html Css Color HEX #11A93F Dark Pastel Green

📋 copy color: '#11A93F'

red 17 ◦ green 169 ◦ blue 63

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

Shades of Dark Pastel Green #11A93F

Tints of Dark Pastel Green #11A93F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 67.87%

 BLUE value IS 63 (25% from 255) = 25.3%

R = 6.83%
G = 67.87%
B = 25.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#11A93F (or 0x11A93F) is known color: Dark Pastel Green. HEX triplet: 11, A9 and 3F. RGB value is (17,169,63). Sum of RGB (Red+Green+Blue) = 17+169+63=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 169 (66.41% from 255 or 67.87% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 169 - color contains mainly: green. Hex color #11A93F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11A93F is #EE56C0. Grayscale: #6F6F6F. Windows color (decimal): -15619777 or 4172049. OLE color: 4172049.

HSL color Cylindrical-coordinate representation of color #11A93F: hue angle of 138.16º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A93F is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 169 63 -
CMYK 0.90 0 0.63 0.34
HSL 138.16º 0.82% 0.36% -
HSV(B) 138.16º 0.9% 0.66% -
XYZ 15.32 28.85 9.46 -
YUV 111.47 100.64 60.62 -
System Red Green Blue C M Y K H S L
Decimal 17 169 63 0.90 0 0.63 0.34 138.16 0.82 0.36
Hex 11 A9 3F 5A 0 3F 22 8A 52 24
Octal 21 251 77 132 0 77 42 212 122 44
Binary 10001 10101001 111111 1011010 0 111111 100010 10001010 1010010 100100

Color Harmonies of #11A93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A93F

Black with #11A93F

Text Example


Text Example

White with #11A93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,169,63); }

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

background-color css

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

 a { background-color: rgb(17,169,63); }

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

border-color css

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

 span { border-color: rgb(17,169,63); }

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