Html Css Color HEX #0FFBAE Medium Spring Green

📋 copy color: '#0FFBAE'

red 15 ◦ green 251 ◦ blue 174

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

Shades of Medium Spring Green #0FFBAE

Tints of Medium Spring Green #0FFBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.55%

R = 3.41%
G = 57.05%
B = 39.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#0FFBAE (or 0x0FFBAE) is known color: Medium Spring Green. HEX triplet: 0F, FB and AE. RGB value is (15,251,174). Sum of RGB (Red+Green+Blue) = 15+251+174=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FFBAE is #F00451. Grayscale: #ABABAB. Windows color (decimal): -15729746 or 11467535. OLE color: 11467535.

HSL color Cylindrical-coordinate representation of color #0FFBAE: hue angle of 160.42º 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 #0FFBAE is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 15 251 174 -
CMYK 0.94 0 0.31 0.02
HSL 160.42º 0.97% 0.52% -
HSV(B) 160.42º 0.94% 0.98% -
XYZ 42.33 72.15 51.74 -
YUV 171.66 129.31 16.26 -
System Red Green Blue C M Y K H S L
Decimal 15 251 174 0.94 0 0.31 0.02 160.42 0.97 0.52
Hex F FB AE 5E 0 1F 2 A0 61 34
Octal 17 373 256 136 0 37 2 240 141 64
Binary 1111 11111011 10101110 1011110 0 11111 10 10100000 1100001 110100

Color Harmonies of #0FFBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFBAE

Black with #0FFBAE

Text Example


Text Example

White with #0FFBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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