#1BF0A7

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

Shades of Medium Spring Green #1BF0A7

Tints of Medium Spring Green #1BF0A7

Color information

#1BF0A7 (or 0x1BF0A7) is unknown color: approx Medium Spring Green. HEX triplet: 1B, F0 and A7. RGB value is (27,240,167). Sum of RGB (Red+Green+Blue) = 27+240+167=434 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.22% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #1BF0A7 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF0A7 is #E40F58. Grayscale: #A8A8A8. Windows color (decimal): -14946137 or 11005979. OLE color: 11005979.

HSL color Cylindrical-coordinate representation of color #1BF0A7: hue angle of 159.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF0A7 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB27240167-
CMYK0.8900.300.06
HSL159.44º87.65%52.35%-
HSV(B)159.44º88.75%94.12%-
XYZ38.5965.3447.14-
YUV167.99127.4327.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.22%
GREEN value IS 240 (94.14% from 255) = 55.30%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=6.22%
G=55.30%
B=38.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal272401670.8900.300.06159.4487.6552.35
Hex1BF0A75901E69f5834
Octal33360247131036623713064
Binary1101111110000101001111011001011110110100111111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BF0A7; }

 p { color: rgb(27,240,167); }

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

<style>
 a { background-color: #1BF0A7; }

 a { background-color: rgb(27,240,167); }

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

<style>
 span { border-color: #1BF0A7; }

 span { border-color: rgb(27,240,167); }

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