Html Css Color HEX #0AF89D Medium Spring Green

📋 copy color: '#0AF89D'

red 10 ◦ green 248 ◦ blue 157

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

Shades of Medium Spring Green #0AF89D

Tints of Medium Spring Green #0AF89D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 59.76%

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 2.41%
G = 59.76%
B = 37.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#0AF89D (or 0x0AF89D) is known color: Medium Spring Green. HEX triplet: 0A, F8 and 9D. RGB value is (10,248,157). Sum of RGB (Red+Green+Blue) = 10+248+157=415 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.41% from 415); Green value is 248 (97.27% from 255 or 59.76% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 248 - color contains mainly: green. Hex color #0AF89D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF89D is #F50762. Grayscale: #A6A6A6. Windows color (decimal): -16058211 or 10352650. OLE color: 10352650.

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

Color convert

RGB 10 248 157 -
CMYK 0.96 0 0.37 0.03
HSL 157.06º 0.94% 0.51% -
HSV(B) 157.06º 0.96% 0.97% -
XYZ 39.78 69.63 43.24 -
YUV 166.46 122.65 16.4 -
System Red Green Blue C M Y K H S L
Decimal 10 248 157 0.96 0 0.37 0.03 157.06 0.94 0.51
Hex A F8 9D 60 0 25 3 9D 5E 33
Octal 12 370 235 140 0 45 3 235 136 63
Binary 1010 11111000 10011101 1100000 0 100101 11 10011101 1011110 110011

Color Harmonies of #0AF89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF89D

Black with #0AF89D

Text Example


Text Example

White with #0AF89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,248,157); }

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

background-color css

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

 a { background-color: rgb(10,248,157); }

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

border-color css

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

 span { border-color: rgb(10,248,157); }

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