Html Css Color HEX #0FFBAF Medium Spring Green

📋 copy color: '#0FFBAF'

red 15 ◦ green 251 ◦ blue 175

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

Shades of Medium Spring Green #0FFBAF

Tints of Medium Spring Green #0FFBAF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.92%

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 3.4%
G = 56.92%
B = 39.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#0FFBAF (or 0x0FFBAF) is known color: Medium Spring Green. HEX triplet: 0F, FB and AF. RGB value is (15,251,175). Sum of RGB (Red+Green+Blue) = 15+251+175=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFBAF is #F00450. Grayscale: #ABABAB. Windows color (decimal): -15729745 or 11533071. OLE color: 11533071.

HSL color Cylindrical-coordinate representation of color #0FFBAF: hue angle of 160.68º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBAF is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 251 175 -
CMYK 0.94 0 0.30 0.02
HSL 160.68º 0.97% 0.52% -
HSV(B) 160.68º 0.94% 0.98% -
XYZ 42.43 72.19 52.26 -
YUV 171.77 129.81 16.18 -
System Red Green Blue C M Y K H S L
Decimal 15 251 175 0.94 0 0.30 0.02 160.68 0.97 0.52
Hex F FB AF 5E 0 1E 2 A1 61 34
Octal 17 373 257 136 0 36 2 241 141 64
Binary 1111 11111011 10101111 1011110 0 11110 10 10100001 1100001 110100

Color Harmonies of #0FFBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFBAF

Black with #0FFBAF

Text Example


Text Example

White with #0FFBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,251,175); }

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

background-color css

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

 a { background-color: rgb(15,251,175); }

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

border-color css

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

 span { border-color: rgb(15,251,175); }

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