#18BA39

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

Shades of Dark Pastel Green #18BA39

Tints of Dark Pastel Green #18BA39

Color information

#18BA39 (or 0x18BA39) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BA and 39. RGB value is (24,186,57). Sum of RGB (Red+Green+Blue) = 24+186+57=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA39 is #E745C6. Grayscale: #7B7B7B. Windows color (decimal): -15156679 or 3783192. OLE color: 3783192.

HSL color Cylindrical-coordinate representation of color #18BA39: hue angle of 132.22º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA39 is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB2418657-
CMYK0.8700.690.27
HSL132.22º77.14%41.18%-
HSV(B)132.22º87.1%72.94%-
XYZ18.6735.619.76-
YUV122.8690.8357.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.99%
GREEN value IS 186 (73.05% from 255) = 69.66%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=8.99%
G=69.66%
B=21.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24186570.8700.690.27132.2277.1441.18
Hex18BA39570451B844d29
Octal302727112701053320411551
Binary110001011101011100110101110100010111011100001001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,186,57); }

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

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

 a { background-color: rgb(24,186,57); }

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

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

 span { border-color: rgb(24,186,57); }

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