Html Css Color HEX #0AF19E Medium Spring Green

📋 copy color: '#0AF19E'

red 10 ◦ green 241 ◦ blue 158

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

Shades of Medium Spring Green #0AF19E

Tints of Medium Spring Green #0AF19E

RGB

 RED value IS 10 (4.3% from 255) = 2.44%

 GREEN value IS 241 (94.53% from 255) = 58.92%

 BLUE value IS 158 (62.11% from 255) = 38.63%

R = 2.44%
G = 58.92%
B = 38.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#0AF19E (or 0x0AF19E) is known color: Medium Spring Green. HEX triplet: 0A, F1 and 9E. RGB value is (10,241,158). Sum of RGB (Red+Green+Blue) = 10+241+158=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF19E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF19E is #F50E61. Grayscale: #A2A2A2. Windows color (decimal): -16060002 or 10416394. OLE color: 10416394.

HSL color Cylindrical-coordinate representation of color #0AF19E: hue angle of 158.44º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF19E is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 241 158 -
CMYK 0.96 0 0.34 0.05
HSL 158.44º 0.92% 0.49% -
HSV(B) 158.44º 0.96% 0.95% -
XYZ 37.75 65.44 42.99 -
YUV 162.47 125.47 19.25 -
System Red Green Blue C M Y K H S L
Decimal 10 241 158 0.96 0 0.34 0.05 158.44 0.92 0.49
Hex A F1 9E 60 0 22 5 9E 5C 31
Octal 12 361 236 140 0 42 5 236 134 61
Binary 1010 11110001 10011110 1100000 0 100010 101 10011110 1011100 110001

Color Harmonies of #0AF19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF19E

Black with #0AF19E

Text Example


Text Example

White with #0AF19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,241,158); }

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

background-color css

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

 a { background-color: rgb(10,241,158); }

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

border-color css

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

 span { border-color: rgb(10,241,158); }

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