Html Css Color HEX #0EFF84 Spring Green

📋 copy color: '#0EFF84'

red 14 ◦ green 255 ◦ blue 132

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

Shades of Spring Green #0EFF84

Tints of Spring Green #0EFF84

RGB

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

 GREEN value IS 255 (100% from 255) = 63.59%

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 3.49%
G = 63.59%
B = 32.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#0EFF84 (or 0x0EFF84) is known color: Spring Green. HEX triplet: 0E, FF and 84. RGB value is (14,255,132). Sum of RGB (Red+Green+Blue) = 14+255+132=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF84 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFF84 is #F1007B. Grayscale: #A9A9A9. Windows color (decimal): -15794300 or 8716046. OLE color: 8716046.

HSL color Cylindrical-coordinate representation of color #0EFF84: hue angle of 149.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF84 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 132 -
CMYK 0.95 0 0.48 0
HSL 149.38º 1% 0.53% -
HSV(B) 149.38º 0.95% 1% -
XYZ 40.11 73.28 33.86 -
YUV 168.92 107.16 17.5 -
System Red Green Blue C M Y K H S L
Decimal 14 255 132 0.95 0 0.48 0 149.38 1 0.53
Hex E FF 84 5F 0 30 0 95 64 35
Octal 16 377 204 137 0 60 0 225 144 65
Binary 1110 11111111 10000100 1011111 0 110000 0 10010101 1100100 110101

Color Harmonies of #0EFF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF84

Black with #0EFF84

Text Example


Text Example

White with #0EFF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,132); }

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

background-color css

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

 a { background-color: rgb(14,255,132); }

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

border-color css

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

 span { border-color: rgb(14,255,132); }

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