#18B22A

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

Shades of Dark Pastel Green #18B22A

Tints of Dark Pastel Green #18B22A

Color information

#18B22A (or 0x18B22A) is unknown color: approx Dark Pastel Green. HEX triplet: 18, B2 and 2A. RGB value is (24,178,42). Sum of RGB (Red+Green+Blue) = 24+178+42=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 178 (69.92% from 255 or 72.95% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 178 - color contains mainly: green. Hex color #18B22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18B22A is #E74DD5. Grayscale: #747474. Windows color (decimal): -15158742 or 2798104. OLE color: 2798104.

HSL color Cylindrical-coordinate representation of color #18B22A: hue angle of 127.01º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B22A is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB2417842-
CMYK0.8700.760.30
HSL127.01º76.24%39.61%-
HSV(B)127.01º86.52%69.8%-
XYZ16.7232.27.53-
YUV116.4585.9862.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 178 (69.92% from 255) = 72.95%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=9.84%
G=72.95%
B=17.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24178420.8700.760.30127.0176.2439.61
Hex18B22A5704C1E7f4c28
Octal302625212701143617711450
Binary11000101100101010101010111010011001111011111111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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