Html Css Color HEX #0AFF9A Medium Spring Green

📋 copy color: '#0AFF9A'

red 10 ◦ green 255 ◦ blue 154

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

Shades of Medium Spring Green #0AFF9A

Tints of Medium Spring Green #0AFF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 2.39%
G = 60.86%
B = 36.75%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#0AFF9A (or 0x0AFF9A) is known color: Medium Spring Green. HEX triplet: 0A, FF and 9A. RGB value is (10,255,154). Sum of RGB (Red+Green+Blue) = 10+255+154=419 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.39% from 419); Green value is 255 (100% from 255 or 60.86% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF9A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFF9A is #F50065. Grayscale: #AAAAAA. Windows color (decimal): -16056422 or 10157834. OLE color: 10157834.

HSL color Cylindrical-coordinate representation of color #0AFF9A: hue angle of 155.27º 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 #0AFF9A is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 154 -
CMYK 0.96 0 0.40 0
HSL 155.27º 1% 0.52% -
HSV(B) 155.27º 0.96% 1% -
XYZ 41.72 73.92 42.64 -
YUV 170.23 118.83 13.71 -
System Red Green Blue C M Y K H S L
Decimal 10 255 154 0.96 0 0.40 0 155.27 1 0.52
Hex A FF 9A 60 0 28 0 9B 64 34
Octal 12 377 232 140 0 50 0 233 144 64
Binary 1010 11111111 10011010 1100000 0 101000 0 10011011 1100100 110100

Color Harmonies of #0AFF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFF9A

Black with #0AFF9A

Text Example


Text Example

White with #0AFF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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