#18AB35

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

Shades of Dark Pastel Green #18AB35

Tints of Dark Pastel Green #18AB35

Color information

#18AB35 (or 0x18AB35) is unknown color: approx Dark Pastel Green. HEX triplet: 18, AB and 35. RGB value is (24,171,53). Sum of RGB (Red+Green+Blue) = 24+171+53=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 171 (67.19% from 255 or 68.95% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AB35 is #E754CA. Grayscale: #717171. Windows color (decimal): -15160523 or 3517208. OLE color: 3517208.

HSL color Cylindrical-coordinate representation of color #18AB35: hue angle of 131.84º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AB35 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB2417153-
CMYK0.8600.690.33
HSL131.84º75.38%38.24%-
HSV(B)131.84º85.96%67.06%-
XYZ15.5829.588.26-
YUV113.693.864.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 171 (67.19% from 255) = 68.95%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=9.68%
G=68.95%
B=21.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal24171530.8600.690.33131.8475.3838.24
Hex18AB355604521844b26
Octal302536512601054120411346
Binary1100010101011110101101011001000101100001100001001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,171,53); }

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

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

 a { background-color: rgb(24,171,53); }

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

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

 span { border-color: rgb(24,171,53); }

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