Html Css Color HEX #0AFF94 Medium Spring Green

📋 copy color: '#0AFF94'

red 10 ◦ green 255 ◦ blue 148

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

Shades of Medium Spring Green #0AFF94

Tints of Medium Spring Green #0AFF94

RGB

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

 GREEN value IS 255 (100% from 255) = 61.74%

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 2.42%
G = 61.74%
B = 35.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#0AFF94 (or 0x0AFF94) is known color: Medium Spring Green. HEX triplet: 0A, FF and 94. RGB value is (10,255,148). Sum of RGB (Red+Green+Blue) = 10+255+148=413 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.42% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFF94 is #F5006B. Grayscale: #A9A9A9. Windows color (decimal): -16056428 or 9764618. OLE color: 9764618.

HSL color Cylindrical-coordinate representation of color #0AFF94: hue angle of 153.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFF94 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 148 -
CMYK 0.96 0 0.42 0
HSL 153.8º 1% 0.52% -
HSV(B) 153.8º 0.96% 1% -
XYZ 41.23 73.72 40.07 -
YUV 169.55 115.83 14.2 -
System Red Green Blue C M Y K H S L
Decimal 10 255 148 0.96 0 0.42 0 153.8 1 0.52
Hex A FF 94 60 0 2A 0 9A 64 34
Octal 12 377 224 140 0 52 0 232 144 64
Binary 1010 11111111 10010100 1100000 0 101010 0 10011010 1100100 110100

Color Harmonies of #0AFF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFF94

Black with #0AFF94

Text Example


Text Example

White with #0AFF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,255,148); }

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

background-color css

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

 a { background-color: rgb(10,255,148); }

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

border-color css

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

 span { border-color: rgb(10,255,148); }

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