Html Css Color HEX #0EFC85 Spring Green

📋 copy color: '#0EFC85'

red 14 ◦ green 252 ◦ blue 133

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

Shades of Spring Green #0EFC85

Tints of Spring Green #0EFC85

RGB

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

 GREEN value IS 252 (98.83% from 255) = 63.16%

 BLUE value IS 133 (52.34% from 255) = 33.33%

R = 3.51%
G = 63.16%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#0EFC85 (or 0x0EFC85) is known color: Spring Green. HEX triplet: 0E, FC and 85. RGB value is (14,252,133). Sum of RGB (Red+Green+Blue) = 14+252+133=399 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.51% from 399); Green value is 252 (98.83% from 255 or 63.16% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 252 - color contains mainly: green. Hex color #0EFC85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFC85 is #F1037A. Grayscale: #A7A7A7. Windows color (decimal): -15795067 or 8780814. OLE color: 8780814.

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

Color convert

RGB 14 252 133 -
CMYK 0.94 0 0.47 0.01
HSL 150º 0.98% 0.52% -
HSV(B) 150º 0.94% 0.99% -
XYZ 39.23 71.41 33.91 -
YUV 167.27 108.65 18.68 -
System Red Green Blue C M Y K H S L
Decimal 14 252 133 0.94 0 0.47 0.01 150 0.98 0.52
Hex E FC 85 5E 0 2F 1 96 62 34
Octal 16 374 205 136 0 57 1 226 142 64
Binary 1110 11111100 10000101 1011110 0 101111 1 10010110 1100010 110100

Color Harmonies of #0EFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFC85

Black with #0EFC85

Text Example


Text Example

White with #0EFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,252,133); }

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

background-color css

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

 a { background-color: rgb(14,252,133); }

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

border-color css

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

 span { border-color: rgb(14,252,133); }

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