Html Css Color HEX #18AF49 Dark Pastel Green

📋 copy color: '#18AF49'

red 24 ◦ green 175 ◦ blue 73

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

Shades of Dark Pastel Green #18AF49

Tints of Dark Pastel Green #18AF49

RGB

 RED value IS 24 (9.77% from 255) = 8.82%

 GREEN value IS 175 (68.75% from 255) = 64.34%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 8.82%
G = 64.34%
B = 26.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#18AF49 (or 0x18AF49) is known color: Dark Pastel Green. HEX triplet: 18, AF and 49. RGB value is (24,175,73). Sum of RGB (Red+Green+Blue) = 24+175+73=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF49 is #E750B6. Grayscale: #767676. Windows color (decimal): -15159479 or 4828952. OLE color: 4828952.

HSL color Cylindrical-coordinate representation of color #18AF49: hue angle of 139.47º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF49 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 73 -
CMYK 0.86 0 0.58 0.31
HSL 139.47º 0.76% 0.39% -
HSV(B) 139.47º 0.86% 0.69% -
XYZ 16.91 31.34 11.46 -
YUV 118.22 102.47 60.79 -
System Red Green Blue C M Y K H S L
Decimal 24 175 73 0.86 0 0.58 0.31 139.47 0.76 0.39
Hex 18 AF 49 56 0 3A 1F 8B 4C 27
Octal 30 257 111 126 0 72 37 213 114 47
Binary 11000 10101111 1001001 1010110 0 111010 11111 10001011 1001100 100111

Color Harmonies of #18AF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF49

Black with #18AF49

Text Example


Text Example

White with #18AF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18AF49; }

 p { color: rgb(24,175,73); }

 H1.HeaderClassName
 {
   color: #18AF49;
 }
 .AnyTagClassName
 {
   color: #18AF49;
 }
</style>

background-color css

<style>
 a { background-color: #18AF49; }

 a { background-color: rgb(24,175,73); }

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

border-color css

<style>
 span { border-color: #18AF49; }

 span { border-color: rgb(24,175,73); }

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