#18A740

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

Shades of Dark Pastel Green #18A740

Tints of Dark Pastel Green #18A740

Color information

#18A740 (or 0x18A740) is unknown color: approx Dark Pastel Green. HEX triplet: 18, A7 and 40. RGB value is (24,167,64). Sum of RGB (Red+Green+Blue) = 24+167+64=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 167 (65.62% from 255 or 65.49% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 167 - color contains mainly: green. Hex color #18A740 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A740 is #E758BF. Grayscale: #707070. Windows color (decimal): -15161536 or 4237080. OLE color: 4237080.

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

Color convert

RGB2416764-
CMYK0.8600.620.35
HSL136.78º74.87%37.45%-
HSV(B)136.78º85.63%65.49%-
XYZ15.1228.29.5-
YUV112.5100.6264.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 167 (65.62% from 255) = 65.49%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=9.41%
G=65.49%
B=25.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal24167640.8600.620.35136.7874.8737.45
Hex18A7405603E23894b25
Octal302471001260764321111345
Binary1100010100111100000010101100111110100011100010011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,167,64); }

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

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

 a { background-color: rgb(24,167,64); }

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

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

 span { border-color: rgb(24,167,64); }

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