#18AF2A

Color #18AF2A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #18AF2A

Tints of Dark Pastel Green #18AF2A

Color information

#18AF2A (or 0x18AF2A) is unknown color: approx Dark Pastel Green. HEX triplet: 18, AF and 2A. RGB value is (24,175,42). Sum of RGB (Red+Green+Blue) = 24+175+42=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 175 (68.75% from 255 or 72.61% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF2A is #E750D5. Grayscale: #737373. Windows color (decimal): -15159510 or 2797336. OLE color: 2797336.

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

Color convert

RGB2417542-
CMYK0.8600.760.31
HSL127.15º75.88%39.02%-
HSV(B)127.15º86.29%68.63%-
XYZ16.1231.027.33-
YUV114.6986.9763.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 175 (68.75% from 255) = 72.61%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=9.96%
G=72.61%
B=17.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24175420.8600.760.31127.1575.8839.02
Hex18AF2A5604C1F7f4c27
Octal302575212601143717711447
Binary11000101011111010101010110010011001111111111111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18AF2A;
 }
 .AnyTagClassName
 {
   color: #18AF2A;
 }
</style>
background-color css

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

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

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

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

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

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