Html Css Color HEX #0AF99E Medium Spring Green

📋 copy color: '#0AF99E'

red 10 ◦ green 249 ◦ blue 158

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

Shades of Medium Spring Green #0AF99E

Tints of Medium Spring Green #0AF99E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 59.71%

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

R = 2.4%
G = 59.71%
B = 37.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#0AF99E (or 0x0AF99E) is known color: Medium Spring Green. HEX triplet: 0A, F9 and 9E. RGB value is (10,249,158). Sum of RGB (Red+Green+Blue) = 10+249+158=417 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 417); Green value is 249 (97.66% from 255 or 59.71% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF99E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF99E is #F50661. Grayscale: #A7A7A7. Windows color (decimal): -16057954 or 10418442. OLE color: 10418442.

HSL color Cylindrical-coordinate representation of color #0AF99E: hue angle of 157.15º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF99E is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 249 158 -
CMYK 0.96 0 0.37 0.02
HSL 157.15º 0.95% 0.51% -
HSV(B) 157.15º 0.96% 0.98% -
XYZ 40.17 70.28 43.8 -
YUV 167.17 122.82 15.9 -
System Red Green Blue C M Y K H S L
Decimal 10 249 158 0.96 0 0.37 0.02 157.15 0.95 0.51
Hex A F9 9E 60 0 25 2 9D 5F 33
Octal 12 371 236 140 0 45 2 235 137 63
Binary 1010 11111001 10011110 1100000 0 100101 10 10011101 1011111 110011

Color Harmonies of #0AF99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF99E

Black with #0AF99E

Text Example


Text Example

White with #0AF99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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