Html Css Color HEX #0EF287 Spring Green

📋 copy color: '#0EF287'

red 14 ◦ green 242 ◦ blue 135

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

Shades of Spring Green #0EF287

Tints of Spring Green #0EF287

RGB

 RED value IS 14 (5.86% from 255) = 3.58%

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

 BLUE value IS 135 (53.13% from 255) = 34.53%

R = 3.58%
G = 61.89%
B = 34.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#0EF287 (or 0x0EF287) is known color: Spring Green. HEX triplet: 0E, F2 and 87. RGB value is (14,242,135). Sum of RGB (Red+Green+Blue) = 14+242+135=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF287 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EF287 is #F10D78. Grayscale: #A1A1A1. Windows color (decimal): -15797625 or 8909326. OLE color: 8909326.

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

Color convert

RGB 14 242 135 -
CMYK 0.94 0 0.44 0.05
HSL 151.84º 0.9% 0.5% -
HSV(B) 151.84º 0.94% 0.95% -
XYZ 36.31 65.35 33.62 -
YUV 161.63 112.96 22.7 -
System Red Green Blue C M Y K H S L
Decimal 14 242 135 0.94 0 0.44 0.05 151.84 0.9 0.5
Hex E F2 87 5E 0 2C 5 98 5A 32
Octal 16 362 207 136 0 54 5 230 132 62
Binary 1110 11110010 10000111 1011110 0 101100 101 10011000 1011010 110010

Color Harmonies of #0EF287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF287

Black with #0EF287

Text Example


Text Example

White with #0EF287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,242,135); }

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

background-color css

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

 a { background-color: rgb(14,242,135); }

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

border-color css

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

 span { border-color: rgb(14,242,135); }

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