Html Css Color HEX #0FEFA5 Medium Spring Green

📋 copy color: '#0FEFA5'

red 15 ◦ green 239 ◦ blue 165

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

Shades of Medium Spring Green #0FEFA5

Tints of Medium Spring Green #0FEFA5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.04%

 BLUE value IS 165 (64.84% from 255) = 39.38%

R = 3.58%
G = 57.04%
B = 39.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#0FEFA5 (or 0x0FEFA5) is known color: Medium Spring Green. HEX triplet: 0F, EF and A5. RGB value is (15,239,165). Sum of RGB (Red+Green+Blue) = 15+239+165=419 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.58% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFA5 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FEFA5 is #F0105A. Grayscale: #A3A3A3. Windows color (decimal): -15732827 or 10874639. OLE color: 10874639.

HSL color Cylindrical-coordinate representation of color #0FEFA5: hue angle of 160.18º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFA5 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 239 165 -
CMYK 0.94 0 0.31 0.06
HSL 160.18º 0.88% 0.5% -
HSV(B) 160.18º 0.94% 0.94% -
XYZ 37.86 64.55 46.06 -
YUV 163.59 128.79 22.02 -
System Red Green Blue C M Y K H S L
Decimal 15 239 165 0.94 0 0.31 0.06 160.18 0.88 0.5
Hex F EF A5 5E 0 1F 6 A0 58 32
Octal 17 357 245 136 0 37 6 240 130 62
Binary 1111 11101111 10100101 1011110 0 11111 110 10100000 1011000 110010

Color Harmonies of #0FEFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEFA5

Black with #0FEFA5

Text Example


Text Example

White with #0FEFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,239,165); }

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

background-color css

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

 a { background-color: rgb(15,239,165); }

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

border-color css

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

 span { border-color: rgb(15,239,165); }

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