Html Css Color HEX #0EE17A Spring Green

📋 copy color: '#0EE17A'

red 14 ◦ green 225 ◦ blue 122

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

Shades of Spring Green #0EE17A

Tints of Spring Green #0EE17A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.33%

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

R = 3.88%
G = 62.33%
B = 33.8%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#0EE17A (or 0x0EE17A) is known color: Spring Green. HEX triplet: 0E, E1 and 7A. RGB value is (14,225,122). Sum of RGB (Red+Green+Blue) = 14+225+122=361 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.88% from 361); Green value is 225 (88.28% from 255 or 62.33% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE17A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EE17A is #F11E85. Grayscale: #969696. Windows color (decimal): -15801990 or 8053006. OLE color: 8053006.

HSL color Cylindrical-coordinate representation of color #0EE17A: hue angle of 150.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE17A is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 14 225 122 -
CMYK 0.94 0 0.46 0.12
HSL 150.71º 0.88% 0.47% -
HSV(B) 150.71º 0.94% 0.88% -
XYZ 30.62 55.35 27.48 -
YUV 150.17 112.1 30.88 -
System Red Green Blue C M Y K H S L
Decimal 14 225 122 0.94 0 0.46 0.12 150.71 0.88 0.47
Hex E E1 7A 5E 0 2E C 97 58 2F
Octal 16 341 172 136 0 56 14 227 130 57
Binary 1110 11100001 1111010 1011110 0 101110 1100 10010111 1011000 101111

Color Harmonies of #0EE17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE17A

Black with #0EE17A

Text Example


Text Example

White with #0EE17A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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