Html Css Color HEX #18AA30 Dark Pastel Green

📋 copy color: '#18AA30'

red 24 ◦ green 170 ◦ blue 48

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

Shades of Dark Pastel Green #18AA30

Tints of Dark Pastel Green #18AA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.83%

R = 9.92%
G = 70.25%
B = 19.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#18AA30 (or 0x18AA30) is known color: Dark Pastel Green. HEX triplet: 18, AA and 30. RGB value is (24,170,48). Sum of RGB (Red+Green+Blue) = 24+170+48=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA30 is #E755CF. Grayscale: #707070. Windows color (decimal): -15160784 or 3189272. OLE color: 3189272.

HSL color Cylindrical-coordinate representation of color #18AA30: hue angle of 129.86º 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 #18AA30 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 48 -
CMYK 0.86 0 0.72 0.33
HSL 129.86º 0.75% 0.38% -
HSV(B) 129.86º 0.86% 0.67% -
XYZ 15.28 29.16 7.62 -
YUV 112.44 91.63 64.92 -
System Red Green Blue C M Y K H S L
Decimal 24 170 48 0.86 0 0.72 0.33 129.86 0.75 0.38
Hex 18 AA 30 56 0 48 21 82 4B 26
Octal 30 252 60 126 0 110 41 202 113 46
Binary 11000 10101010 110000 1010110 0 1001000 100001 10000010 1001011 100110

Color Harmonies of #18AA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA30

Black with #18AA30

Text Example


Text Example

White with #18AA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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