#0FE77B

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

Shades of Spring Green #0FE77B

Tints of Spring Green #0FE77B

Color information

#0FE77B (or 0x0FE77B) is unknown color: approx Spring Green. HEX triplet: 0F, E7 and 7B. RGB value is (15,231,123). Sum of RGB (Red+Green+Blue) = 15+231+123=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #0FE77B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE77B is #F01884. Grayscale: #9A9A9A. Windows color (decimal): -15734917 or 8120079. OLE color: 8120079.

HSL color Cylindrical-coordinate representation of color #0FE77B: hue angle of 150º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE77B is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB15231123-
CMYK0.9400.470.09
HSL150º87.8%48.24%-
HSV(B)150º93.51%90.59%-
XYZ32.3558.6828.36-
YUV154.1110.4428.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.07%
GREEN value IS 231 (90.62% from 255) = 62.60%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=4.07%
G=62.60%
B=33.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152311230.9400.470.0915087.848.24
HexFE77B5E02F9965830
Octal173471731360571122613060
Binary1111111001111111011101111001011111001100101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FE77B; }

 p { color: rgb(15,231,123); }

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

<style>
 a { background-color: #0FE77B; }

 a { background-color: rgb(15,231,123); }

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

<style>
 span { border-color: #0FE77B; }

 span { border-color: rgb(15,231,123); }

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