#18BE45

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

Shades of Dark Pastel Green #18BE45

Tints of Dark Pastel Green #18BE45

Color information

#18BE45 (or 0x18BE45) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BE and 45. RGB value is (24,190,69). Sum of RGB (Red+Green+Blue) = 24+190+69=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 190 (74.61% from 255 or 67.14% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BE45 is #E741BA. Grayscale: #7E7E7E. Windows color (decimal): -15155643 or 4570648. OLE color: 4570648.

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

Color convert

RGB2419069-
CMYK0.8700.640.25
HSL136.27º77.57%41.96%-
HSV(B)136.27º87.37%74.51%-
XYZ19.8637.4511.81-
YUV126.5795.554.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 190 (74.61% from 255) = 67.14%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=8.48%
G=67.14%
B=24.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24190690.8700.640.25136.2777.5741.96
Hex18BE455704019884e2a
Octal3027610512701003121011652
Binary1100010111110100010110101110100000011001100010001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,190,69); }

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

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

 a { background-color: rgb(24,190,69); }

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

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

 span { border-color: rgb(24,190,69); }

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