#18C52F

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

Shades of Dark Pastel Green #18C52F

Tints of Dark Pastel Green #18C52F

Color information

#18C52F (or 0x18C52F) is unknown color: approx Dark Pastel Green. HEX triplet: 18, C5 and 2F. RGB value is (24,197,47). Sum of RGB (Red+Green+Blue) = 24+197+47=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 197 (77.34% from 255 or 73.51% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 197 - color contains mainly: green. Hex color #18C52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C52F is #E73AD0. Grayscale: #808080. Windows color (decimal): -15153873 or 3130648. OLE color: 3130648.

HSL color Cylindrical-coordinate representation of color #18C52F: hue angle of 127.98º 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 #18C52F is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB2419747-
CMYK0.8800.760.23
HSL127.98º78.28%43.33%-
HSV(B)127.98º87.82%77.25%-
XYZ20.8640.339.37-
YUV128.1782.1953.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 197 (77.34% from 255) = 73.51%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=8.96%
G=73.51%
B=17.54%

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
Decimal24197470.8800.760.23127.9878.2843.33
Hex18C52F5804C17804e2b
Octal303055713001142720011653
Binary110001100010110111110110000100110010111100000001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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