#18B94B

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

Shades of Dark Pastel Green #18B94B

Tints of Dark Pastel Green #18B94B

Color information

#18B94B (or 0x18B94B) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B9 and 4B. RGB value is (24,185,75). Sum of RGB (Red+Green+Blue) = 24+185+75=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #18B94B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B94B is #E746B4. Grayscale: #7C7C7C. Windows color (decimal): -15156917 or 4962584. OLE color: 4962584.

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

Color convert

RGB2418575-
CMYK0.8700.590.27
HSL139.01º77.03%40.98%-
HSV(B)139.01º87.03%72.55%-
XYZ1935.412.49-
YUV124.32100.1656.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.45%
GREEN value IS 185 (72.66% from 255) = 65.14%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=8.45%
G=65.14%
B=26.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal24185750.8700.590.27139.0177.0340.98
Hex18B94B5703B1B8b4d29
Octal302711131270733321311551
Binary110001011100110010111010111011101111011100010111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,185,75); }

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

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

 a { background-color: rgb(24,185,75); }

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

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

 span { border-color: rgb(24,185,75); }

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