Html Css Color HEX #0EFF6A Spring Green

📋 copy color: '#0EFF6A'

red 14 ◦ green 255 ◦ blue 106

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

Shades of Spring Green #0EFF6A

Tints of Spring Green #0EFF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 3.73%
G = 68%
B = 28.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#0EFF6A (or 0x0EFF6A) is known color: Spring Green. HEX triplet: 0E, FF and 6A. RGB value is (14,255,106). Sum of RGB (Red+Green+Blue) = 14+255+106=375 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.73% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF6A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF6A is #F10095. Grayscale: #A6A6A6. Windows color (decimal): -15794326 or 7012110. OLE color: 7012110.

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

Color convert

RGB 14 255 106 -
CMYK 0.95 0 0.58 0
HSL 142.9º 1% 0.53% -
HSV(B) 142.9º 0.95% 1% -
XYZ 38.54 72.65 25.63 -
YUV 165.96 94.16 19.62 -
System Red Green Blue C M Y K H S L
Decimal 14 255 106 0.95 0 0.58 0 142.9 1 0.53
Hex E FF 6A 5F 0 3A 0 8F 64 35
Octal 16 377 152 137 0 72 0 217 144 65
Binary 1110 11111111 1101010 1011111 0 111010 0 10001111 1100100 110101

Color Harmonies of #0EFF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF6A

Black with #0EFF6A

Text Example


Text Example

White with #0EFF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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