Html Css Color HEX #0EFF7A Spring Green

📋 copy color: '#0EFF7A'

red 14 ◦ green 255 ◦ blue 122

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

Shades of Spring Green #0EFF7A

Tints of Spring Green #0EFF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 3.58%
G = 65.22%
B = 31.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#0EFF7A (or 0x0EFF7A) is known color: Spring Green. HEX triplet: 0E, FF and 7A. RGB value is (14,255,122). Sum of RGB (Red+Green+Blue) = 14+255+122=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 255 (100% from 255 or 65.22% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF7A is #F10085. Grayscale: #A8A8A8. Windows color (decimal): -15794310 or 8060686. OLE color: 8060686.

HSL color Cylindrical-coordinate representation of color #0EFF7A: hue angle of 146.89º 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 #0EFF7A is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 122 -
CMYK 0.95 0 0.52 0
HSL 146.89º 1% 0.53% -
HSV(B) 146.89º 0.95% 1% -
XYZ 39.45 73.02 30.43 -
YUV 167.78 102.16 18.31 -
System Red Green Blue C M Y K H S L
Decimal 14 255 122 0.95 0 0.52 0 146.89 1 0.53
Hex E FF 7A 5F 0 34 0 93 64 35
Octal 16 377 172 137 0 64 0 223 144 65
Binary 1110 11111111 1111010 1011111 0 110100 0 10010011 1100100 110101

Color Harmonies of #0EFF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF7A

Black with #0EFF7A

Text Example


Text Example

White with #0EFF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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