Html Css Color HEX #0AF095 Medium Spring Green

📋 copy color: '#0AF095'

red 10 ◦ green 240 ◦ blue 149

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

Shades of Medium Spring Green #0AF095

Tints of Medium Spring Green #0AF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 60.15%

 BLUE value IS 149 (58.59% from 255) = 37.34%

R = 2.51%
G = 60.15%
B = 37.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#0AF095 (or 0x0AF095) is known color: Medium Spring Green. HEX triplet: 0A, F0 and 95. RGB value is (10,240,149). Sum of RGB (Red+Green+Blue) = 10+240+149=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF095 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF095 is #F50F6A. Grayscale: #A0A0A0. Windows color (decimal): -16060267 or 9826314. OLE color: 9826314.

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

Color convert

RGB 10 240 149 -
CMYK 0.96 0 0.38 0.06
HSL 156.26º 0.92% 0.49% -
HSV(B) 156.26º 0.96% 0.94% -
XYZ 36.71 64.55 38.96 -
YUV 160.86 121.3 20.4 -
System Red Green Blue C M Y K H S L
Decimal 10 240 149 0.96 0 0.38 0.06 156.26 0.92 0.49
Hex A F0 95 60 0 26 6 9C 5C 31
Octal 12 360 225 140 0 46 6 234 134 61
Binary 1010 11110000 10010101 1100000 0 100110 110 10011100 1011100 110001

Color Harmonies of #0AF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF095

Black with #0AF095

Text Example


Text Example

White with #0AF095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,240,149); }

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

background-color css

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

 a { background-color: rgb(10,240,149); }

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

border-color css

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

 span { border-color: rgb(10,240,149); }

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