#18C02E

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

Shades of Dark Pastel Green #18C02E

Tints of Dark Pastel Green #18C02E

Color information

#18C02E (or 0x18C02E) is unknown color: approx Dark Pastel Green. HEX triplet: 18, C0 and 2E. RGB value is (24,192,46). Sum of RGB (Red+Green+Blue) = 24+192+46=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #18C02E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C02E is #E73FD1. Grayscale: #7D7D7D. Windows color (decimal): -15155154 or 3063832. OLE color: 3063832.

HSL color Cylindrical-coordinate representation of color #18C02E: hue angle of 127.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C02E is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB2419246-
CMYK0.8800.760.25
HSL127.86º77.78%42.35%-
HSV(B)127.86º87.5%75.29%-
XYZ19.7238.098.9-
YUV125.1283.3455.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.16%
GREEN value IS 192 (75.39% from 255) = 73.28%
BLUE value IS 46 (18.36% from 255) = 17.56%
R=9.16%
G=73.28%
B=17.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24192460.8800.760.25127.8677.7842.35
Hex18C02E5804C19804e2a
Octal303005613001143120011652
Binary110001100000010111010110000100110011001100000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,192,46); }

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

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

 a { background-color: rgb(24,192,46); }

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

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

 span { border-color: rgb(24,192,46); }

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