#18C530

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

Shades of Dark Pastel Green #18C530

Tints of Dark Pastel Green #18C530

Color information

#18C530 (or 0x18C530) is unknown color: approx Dark Pastel Green. HEX triplet: 18, C5 and 30. RGB value is (24,197,48). Sum of RGB (Red+Green+Blue) = 24+197+48=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #18C530 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C530 is #E73ACF. Grayscale: #808080. Windows color (decimal): -15153872 or 3196184. OLE color: 3196184.

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

Color convert

RGB2419748-
CMYK0.8800.760.23
HSL128.32º78.28%43.33%-
HSV(B)128.32º87.82%77.25%-
XYZ20.8840.349.48-
YUV128.2982.6953.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.92%
GREEN value IS 197 (77.34% from 255) = 73.23%
BLUE value IS 48 (19.14% from 255) = 17.84%
R=8.92%
G=73.23%
B=17.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal24197480.8800.760.23128.3278.2843.33
Hex18C5305804C17804e2b
Octal303056013001142720011653
Binary110001100010111000010110000100110010111100000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,197,48); }

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

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

 a { background-color: rgb(24,197,48); }

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

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

 span { border-color: rgb(24,197,48); }

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