Html Css Color HEX #0FF2AE Medium Spring Green

📋 copy color: '#0FF2AE'

red 15 ◦ green 242 ◦ blue 174

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

Shades of Medium Spring Green #0FF2AE

Tints of Medium Spring Green #0FF2AE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.15%

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

R = 3.48%
G = 56.15%
B = 40.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#0FF2AE (or 0x0FF2AE) is known color: Medium Spring Green. HEX triplet: 0F, F2 and AE. RGB value is (15,242,174). Sum of RGB (Red+Green+Blue) = 15+242+174=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF2AE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF2AE is #F00D51. Grayscale: #A6A6A6. Windows color (decimal): -15732050 or 11465231. OLE color: 11465231.

HSL color Cylindrical-coordinate representation of color #0FF2AE: hue angle of 162.03º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF2AE is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 242 174 -
CMYK 0.94 0 0.28 0.05
HSL 162.03º 0.9% 0.5% -
HSV(B) 162.03º 0.94% 0.95% -
XYZ 39.59 66.66 50.82 -
YUV 166.38 132.29 20.03 -
System Red Green Blue C M Y K H S L
Decimal 15 242 174 0.94 0 0.28 0.05 162.03 0.9 0.5
Hex F F2 AE 5E 0 1C 5 A2 5A 32
Octal 17 362 256 136 0 34 5 242 132 62
Binary 1111 11110010 10101110 1011110 0 11100 101 10100010 1011010 110010

Color Harmonies of #0FF2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF2AE

Black with #0FF2AE

Text Example


Text Example

White with #0FF2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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