#18BA36

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

Shades of Dark Pastel Green #18BA36

Tints of Dark Pastel Green #18BA36

Color information

#18BA36 (or 0x18BA36) is unknown color: approx Dark Pastel Green. HEX triplet: 18, BA and 36. RGB value is (24,186,54). Sum of RGB (Red+Green+Blue) = 24+186+54=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 186 (73.05% from 255 or 70.45% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BA36 is #E745C9. Grayscale: #7A7A7A. Windows color (decimal): -15156682 or 3586584. OLE color: 3586584.

HSL color Cylindrical-coordinate representation of color #18BA36: hue angle of 131.11º 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 #18BA36 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB2418654-
CMYK0.8700.710.27
HSL131.11º77.14%41.18%-
HSV(B)131.11º87.1%72.94%-
XYZ18.635.589.38-
YUV122.5189.3357.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.09%
GREEN value IS 186 (73.05% from 255) = 70.45%
BLUE value IS 54 (21.48% from 255) = 20.45%
R=9.09%
G=70.45%
B=20.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24186540.8700.710.27131.1177.1441.18
Hex18BA36570471B834d29
Octal302726612701073320311551
Binary110001011101011011010101110100011111011100000111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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