Html Css Color HEX #18AA3F Dark Pastel Green

📋 copy color: '#18AA3F'

red 24 ◦ green 170 ◦ blue 63

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

Shades of Dark Pastel Green #18AA3F

Tints of Dark Pastel Green #18AA3F

RGB

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

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

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

R = 9.34%
G = 66.15%
B = 24.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#18AA3F (or 0x18AA3F) is known color: Dark Pastel Green. HEX triplet: 18, AA and 3F. RGB value is (24,170,63). Sum of RGB (Red+Green+Blue) = 24+170+63=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA3F is #E755C0. Grayscale: #727272. Windows color (decimal): -15160769 or 4172312. OLE color: 4172312.

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

Color convert

RGB 24 170 63 -
CMYK 0.86 0 0.63 0.33
HSL 136.03º 0.75% 0.38% -
HSV(B) 136.03º 0.86% 0.67% -
XYZ 15.65 29.3 9.53 -
YUV 114.15 99.13 63.7 -
System Red Green Blue C M Y K H S L
Decimal 24 170 63 0.86 0 0.63 0.33 136.03 0.75 0.38
Hex 18 AA 3F 56 0 3F 21 88 4B 26
Octal 30 252 77 126 0 77 41 210 113 46
Binary 11000 10101010 111111 1010110 0 111111 100001 10001000 1001011 100110

Color Harmonies of #18AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA3F

Black with #18AA3F

Text Example


Text Example

White with #18AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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