#18F27B

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

Shades of Spring Green #18F27B

Tints of Spring Green #18F27B

Color information

#18F27B (or 0x18F27B) is unknown color: approx Spring Green. HEX triplet: 18, F2 and 7B. RGB value is (24,242,123). Sum of RGB (Red+Green+Blue) = 24+242+123=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 242 (94.92% from 255 or 62.21% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 242 - color contains mainly: green. Hex color #18F27B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #18F27B is #E70D84. Grayscale: #A3A3A3. Windows color (decimal): -15142277 or 8122904. OLE color: 8122904.

HSL color Cylindrical-coordinate representation of color #18F27B: hue angle of 147.25º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F27B is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB24242123-
CMYK0.9000.490.05
HSL147.25º89.34%52.16%-
HSV(B)147.25º90.08%94.9%-
XYZ35.765.1329.43-
YUV163.25105.2828.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.17%
GREEN value IS 242 (94.92% from 255) = 62.21%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=6.17%
G=62.21%
B=31.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242421230.9000.490.05147.2589.3452.16
Hex18F27B5A0315935934
Octal30362173132061522313164
Binary1100011110010111101110110100110001101100100111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18F27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,242,123); }

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

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

 a { background-color: rgb(24,242,123); }

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

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

 span { border-color: rgb(24,242,123); }

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