Html Css Color HEX #18AA2E Dark Pastel Green

📋 copy color: '#18AA2E'

red 24 ◦ green 170 ◦ blue 46

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

Shades of Dark Pastel Green #18AA2E

Tints of Dark Pastel Green #18AA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 10%
G = 70.83%
B = 19.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#18AA2E (or 0x18AA2E) is known color: Dark Pastel Green. HEX triplet: 18, AA and 2E. RGB value is (24,170,46). Sum of RGB (Red+Green+Blue) = 24+170+46=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA2E is #E755D1. Grayscale: #707070. Windows color (decimal): -15160786 or 3058200. OLE color: 3058200.

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

Color convert

RGB 24 170 46 -
CMYK 0.86 0 0.73 0.33
HSL 129.04º 0.75% 0.38% -
HSV(B) 129.04º 0.86% 0.67% -
XYZ 15.24 29.14 7.41 -
YUV 112.21 90.63 65.08 -
System Red Green Blue C M Y K H S L
Decimal 24 170 46 0.86 0 0.73 0.33 129.04 0.75 0.38
Hex 18 AA 2E 56 0 49 21 81 4B 26
Octal 30 252 56 126 0 111 41 201 113 46
Binary 11000 10101010 101110 1010110 0 1001001 100001 10000001 1001011 100110

Color Harmonies of #18AA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA2E

Black with #18AA2E

Text Example


Text Example

White with #18AA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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