#18B82A

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

Shades of Dark Pastel Green #18B82A

Tints of Dark Pastel Green #18B82A

Color information

#18B82A (or 0x18B82A) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B8 and 2A. RGB value is (24,184,42). Sum of RGB (Red+Green+Blue) = 24+184+42=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 184 (72.27% from 255 or 73.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 184 - color contains mainly: green. Hex color #18B82A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B82A is #E747D5. Grayscale: #787878. Windows color (decimal): -15157206 or 2799640. OLE color: 2799640.

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

Color convert

RGB2418442-
CMYK0.8700.770.28
HSL126.75º76.92%40.78%-
HSV(B)126.75º86.96%72.16%-
XYZ17.9434.647.93-
YUV119.9783.9959.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 184 (72.27% from 255) = 73.6%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=9.6%
G=73.6%
B=16.8%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal24184420.8700.770.28126.7576.9240.78
Hex18B82A5704D1C7f4d29
Octal302705212701153417711551
Binary11000101110001010101010111010011011110011111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,184,42); }

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

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

 a { background-color: rgb(24,184,42); }

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

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

 span { border-color: rgb(24,184,42); }

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