Html Css Color HEX #0AFC99 Medium Spring Green

📋 copy color: '#0AFC99'

red 10 ◦ green 252 ◦ blue 153

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

Shades of Medium Spring Green #0AFC99

Tints of Medium Spring Green #0AFC99

RGB

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

 GREEN value IS 252 (98.83% from 255) = 60.72%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 2.41%
G = 60.72%
B = 36.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#0AFC99 (or 0x0AFC99) is known color: Medium Spring Green. HEX triplet: 0A, FC and 99. RGB value is (10,252,153). Sum of RGB (Red+Green+Blue) = 10+252+153=415 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.41% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC99 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFC99 is #F50366. Grayscale: #A8A8A8. Windows color (decimal): -16057191 or 10091530. OLE color: 10091530.

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

Color convert

RGB 10 252 153 -
CMYK 0.96 0 0.39 0.01
HSL 155.45º 0.98% 0.51% -
HSV(B) 155.45º 0.96% 0.99% -
XYZ 40.69 71.99 41.89 -
YUV 168.36 119.33 15.05 -
System Red Green Blue C M Y K H S L
Decimal 10 252 153 0.96 0 0.39 0.01 155.45 0.98 0.51
Hex A FC 99 60 0 27 1 9B 62 33
Octal 12 374 231 140 0 47 1 233 142 63
Binary 1010 11111100 10011001 1100000 0 100111 1 10011011 1100010 110011

Color Harmonies of #0AFC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFC99

Black with #0AFC99

Text Example


Text Example

White with #0AFC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,252,153); }

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

background-color css

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

 a { background-color: rgb(10,252,153); }

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

border-color css

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

 span { border-color: rgb(10,252,153); }

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