#18A53B

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

Shades of Dark Pastel Green #18A53B

Tints of Dark Pastel Green #18A53B

Color information

#18A53B (or 0x18A53B) is unknown color: approx Dark Pastel Green. HEX triplet: 18, A5 and 3B. RGB value is (24,165,59). Sum of RGB (Red+Green+Blue) = 24+165+59=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #18A53B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A53B is #E75AC4. Grayscale: #6F6F6F. Windows color (decimal): -15162053 or 3908888. OLE color: 3908888.

HSL color Cylindrical-coordinate representation of color #18A53B: hue angle of 134.89º 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 #18A53B is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB2416559-
CMYK0.8500.640.35
HSL134.89º74.6%37.06%-
HSV(B)134.89º85.45%64.71%-
XYZ14.6227.428.66-
YUV110.7698.7966.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 165 (64.84% from 255) = 66.53%
BLUE value IS 59 (23.44% from 255) = 23.79%
R=9.68%
G=66.53%
B=23.79%

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
Decimal24165590.8500.640.35134.8974.637.06
Hex18A53B5504023874b25
Octal302457312501004320711345
Binary1100010100101111011101010101000000100011100001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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