#18C33A

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

Shades of Dark Pastel Green #18C33A

Tints of Dark Pastel Green #18C33A

Color information

#18C33A (or 0x18C33A) is unknown color: approx Dark Pastel Green. HEX triplet: 18, C3 and 3A. RGB value is (24,195,58). Sum of RGB (Red+Green+Blue) = 24+195+58=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 195 (76.56% from 255 or 70.40% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 195 - color contains mainly: green. Hex color #18C33A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C33A is #E73CC5. Grayscale: #808080. Windows color (decimal): -15154374 or 3851032. OLE color: 3851032.

HSL color Cylindrical-coordinate representation of color #18C33A: hue angle of 131.93º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C33A is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB2419558-
CMYK0.8800.700.24
HSL131.93º78.08%42.94%-
HSV(B)131.93º87.69%76.47%-
XYZ20.6639.5310.54-
YUV128.2588.3553.64-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 195 (76.56% from 255) = 70.40%
BLUE value IS 58 (23.05% from 255) = 20.94%
R=8.66%
G=70.40%
B=20.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24195580.8800.700.24131.9378.0842.94
Hex18C33A5804618844e2b
Octal303037213001063020411653
Binary110001100001111101010110000100011011000100001001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,195,58); }

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

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

 a { background-color: rgb(24,195,58); }

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

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

 span { border-color: rgb(24,195,58); }

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