Html Css Color HEX #18AA31 Dark Pastel Green

📋 copy color: '#18AA31'

red 24 ◦ green 170 ◦ blue 49

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

Shades of Dark Pastel Green #18AA31

Tints of Dark Pastel Green #18AA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 69.96%

 BLUE value IS 49 (19.53% from 255) = 20.16%

R = 9.88%
G = 69.96%
B = 20.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#18AA31 (or 0x18AA31) is known color: Dark Pastel Green. HEX triplet: 18, AA and 31. RGB value is (24,170,49). Sum of RGB (Red+Green+Blue) = 24+170+49=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 170 (66.80% from 255 or 69.96% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA31 is #E755CE. Grayscale: #707070. Windows color (decimal): -15160783 or 3254808. OLE color: 3254808.

HSL color Cylindrical-coordinate representation of color #18AA31: hue angle of 130.27º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA31 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 49 -
CMYK 0.86 0 0.71 0.33
HSL 130.27º 0.75% 0.38% -
HSV(B) 130.27º 0.86% 0.67% -
XYZ 15.31 29.17 7.73 -
YUV 112.55 92.13 64.84 -
System Red Green Blue C M Y K H S L
Decimal 24 170 49 0.86 0 0.71 0.33 130.27 0.75 0.38
Hex 18 AA 31 56 0 47 21 82 4B 26
Octal 30 252 61 126 0 107 41 202 113 46
Binary 11000 10101010 110001 1010110 0 1000111 100001 10000010 1001011 100110

Color Harmonies of #18AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA31

Black with #18AA31

Text Example


Text Example

White with #18AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,170,49); }

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

background-color css

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

 a { background-color: rgb(24,170,49); }

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

border-color css

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

 span { border-color: rgb(24,170,49); }

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