#18AF2C

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

Shades of Dark Pastel Green #18AF2C

Tints of Dark Pastel Green #18AF2C

Color information

#18AF2C (or 0x18AF2C) is unknown color: approx Dark Pastel Green. HEX triplet: 18, AF and 2C. RGB value is (24,175,44). Sum of RGB (Red+Green+Blue) = 24+175+44=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 175 (68.75% from 255 or 72.02% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF2C is #E750D3. Grayscale: #737373. Windows color (decimal): -15159508 or 2928408. OLE color: 2928408.

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

Color convert

RGB2417544-
CMYK0.8600.750.31
HSL127.95º75.88%39.02%-
HSV(B)127.95º86.29%68.63%-
XYZ16.1631.047.52-
YUV114.9287.9763.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 175 (68.75% from 255) = 72.02%
BLUE value IS 44 (17.58% from 255) = 18.11%
R=9.88%
G=72.02%
B=18.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24175440.8600.750.31127.9575.8839.02
Hex18AF2C5604B1F804c27
Octal302575412601133720011447
Binary110001010111110110010101100100101111111100000001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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