#18A53C

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

Shades of Dark Pastel Green #18A53C

Tints of Dark Pastel Green #18A53C

Color information

#18A53C (or 0x18A53C) is unknown color: approx Dark Pastel Green. HEX triplet: 18, A5 and 3C. RGB value is (24,165,60). Sum of RGB (Red+Green+Blue) = 24+165+60=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #18A53C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A53C is #E75AC3. Grayscale: #6F6F6F. Windows color (decimal): -15162052 or 3974424. OLE color: 3974424.

HSL color Cylindrical-coordinate representation of color #18A53C: hue angle of 135.32º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A53C is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB2416560-
CMYK0.8500.640.35
HSL135.32º74.6%37.06%-
HSV(B)135.32º85.45%64.71%-
XYZ14.6527.438.8-
YUV110.8799.2966.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 165 (64.84% from 255) = 66.27%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=9.64%
G=66.27%
B=24.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24165600.8500.640.35135.3274.637.06
Hex18A53C5504023874b25
Octal302457412501004320711345
Binary1100010100101111100101010101000000100011100001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,165,60); }

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

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

 a { background-color: rgb(24,165,60); }

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

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

 span { border-color: rgb(24,165,60); }

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