Html Css Color HEX #0AFAAC Medium Spring Green

📋 copy color: '#0AFAAC'

red 10 ◦ green 250 ◦ blue 172

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

Shades of Medium Spring Green #0AFAAC

Tints of Medium Spring Green #0AFAAC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.87%

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 2.31%
G = 57.87%
B = 39.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#0AFAAC (or 0x0AFAAC) is known color: Medium Spring Green. HEX triplet: 0A, FA and AC. RGB value is (10,250,172). Sum of RGB (Red+Green+Blue) = 10+250+172=432 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.31% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFAAC is #F50553. Grayscale: #A9A9A9. Windows color (decimal): -16057684 or 11336202. OLE color: 11336202.

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

Color convert

RGB 10 250 172 -
CMYK 0.96 0 0.31 0.02
HSL 160.5º 0.96% 0.51% -
HSV(B) 160.5º 0.96% 0.98% -
XYZ 41.76 71.41 50.61 -
YUV 169.35 129.49 14.34 -
System Red Green Blue C M Y K H S L
Decimal 10 250 172 0.96 0 0.31 0.02 160.5 0.96 0.51
Hex A FA AC 60 0 1F 2 A0 60 33
Octal 12 372 254 140 0 37 2 240 140 63
Binary 1010 11111010 10101100 1100000 0 11111 10 10100000 1100000 110011

Color Harmonies of #0AFAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFAAC

Black with #0AFAAC

Text Example


Text Example

White with #0AFAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,172); }

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

background-color css

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

 a { background-color: rgb(10,250,172); }

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

border-color css

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

 span { border-color: rgb(10,250,172); }

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