#18754A

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

Shades of Dark Spring Green #18754A

Tints of Dark Spring Green #18754A

Color information

#18754A (or 0x18754A) is unknown color: approx Dark Spring Green. HEX triplet: 18, 75 and 4A. RGB value is (24,117,74). Sum of RGB (Red+Green+Blue) = 24+117+74=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #18754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18754A is #E78AB5. Grayscale: #545454. Windows color (decimal): -15174326 or 4879640. OLE color: 4879640.

HSL color Cylindrical-coordinate representation of color #18754A: hue angle of 152.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18754A is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB2411774-
CMYK0.7900.370.54
HSL152.26º65.96%27.65%-
HSV(B)152.26º79.49%45.88%-
XYZ7.9713.418.65-
YUV84.29122.1985-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 117 (46.09% from 255) = 54.42%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=11.16%
G=54.42%
B=34.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117740.7900.370.54152.2665.9627.65
Hex18754A4F0253698421c
Octal301651121170456623010234
Binary11000111010110010101001111010010111011010011000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18754A; }

 p { color: rgb(24,117,74); }

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

<style>
 a { background-color: #18754A; }

 a { background-color: rgb(24,117,74); }

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

<style>
 span { border-color: #18754A; }

 span { border-color: rgb(24,117,74); }

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