Html Css Color HEX #0FE96F Spring Green

📋 copy color: '#0FE96F'

red 15 ◦ green 233 ◦ blue 111

#0FE96F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #0FE96F

Tints of Spring Green #0FE96F

RGB

 RED value IS 15 (6.25% from 255) = 4.18%

 GREEN value IS 233 (91.41% from 255) = 64.9%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 4.18%
G = 64.9%
B = 30.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#0FE96F (or 0x0FE96F) is known color: Spring Green. HEX triplet: 0F, E9 and 6F. RGB value is (15,233,111). Sum of RGB (Red+Green+Blue) = 15+233+111=359 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.18% from 359); Green value is 233 (91.41% from 255 or 64.90% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE96F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE96F is #F01690. Grayscale: #9A9A9A. Windows color (decimal): -15734417 or 7334159. OLE color: 7334159.

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

Color convert

RGB 15 233 111 -
CMYK 0.94 0 0.52 0.09
HSL 146.42º 0.88% 0.49% -
HSV(B) 146.42º 0.94% 0.91% -
XYZ 32.21 59.53 24.83 -
YUV 153.91 103.78 28.92 -
System Red Green Blue C M Y K H S L
Decimal 15 233 111 0.94 0 0.52 0.09 146.42 0.88 0.49
Hex F E9 6F 5E 0 34 9 92 58 31
Octal 17 351 157 136 0 64 11 222 130 61
Binary 1111 11101001 1101111 1011110 0 110100 1001 10010010 1011000 110001

Color Harmonies of #0FE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE96F

Black with #0FE96F

Text Example


Text Example

White with #0FE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,233,111); }

 H1.HeaderClassName
 {
   color: #0FE96F;
 }
 .AnyTagClassName
 {
   color: #0FE96F;
 }
</style>

background-color css

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

 a { background-color: rgb(15,233,111); }

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

border-color css

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

 span { border-color: rgb(15,233,111); }

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