#18F966

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

Shades of Spring Green #18F966

Tints of Spring Green #18F966

Color information

#18F966 (or 0x18F966) is unknown color: approx Spring Green. HEX triplet: 18, F9 and 66. RGB value is (24,249,102). Sum of RGB (Red+Green+Blue) = 24+249+102=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #18F966 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F966 is #E70699. Grayscale: #A5A5A5. Windows color (decimal): -15140506 or 6748440. OLE color: 6748440.

HSL color Cylindrical-coordinate representation of color #18F966: hue angle of 140.8º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F966 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB24249102-
CMYK0.9000.590.02
HSL140.8º94.94%53.53%-
HSV(B)140.8º90.36%97.65%-
XYZ36.6568.923.94-
YUV164.9792.4627.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.4%
GREEN value IS 249 (97.66% from 255) = 66.4%
BLUE value IS 102 (40.23% from 255) = 27.2%
R=6.4%
G=66.4%
B=27.2%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal242491020.9000.590.02140.894.9453.53
Hex18F9665A03B28d5f36
Octal30371146132073221513766
Binary110001111100111001101011010011101110100011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,249,102); }

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

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

 a { background-color: rgb(24,249,102); }

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

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

 span { border-color: rgb(24,249,102); }

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