Html Css Color HEX #0AFDAC Medium Spring Green

📋 copy color: '#0AFDAC'

red 10 ◦ green 253 ◦ blue 172

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

Shades of Medium Spring Green #0AFDAC

Tints of Medium Spring Green #0AFDAC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 58.16%

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

R = 2.3%
G = 58.16%
B = 39.54%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#0AFDAC (or 0x0AFDAC) is known color: Medium Spring Green. HEX triplet: 0A, FD and AC. RGB value is (10,253,172). Sum of RGB (Red+Green+Blue) = 10+253+172=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 253 (99.22% from 255 or 58.16% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFDAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFDAC is #F50253. Grayscale: #ABABAB. Windows color (decimal): -16056916 or 11336970. OLE color: 11336970.

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

Color convert

RGB 10 253 172 -
CMYK 0.96 0 0.32 0.01
HSL 160º 0.98% 0.52% -
HSV(B) 160º 0.96% 0.99% -
XYZ 42.7 73.29 50.93 -
YUV 171.11 128.49 13.09 -
System Red Green Blue C M Y K H S L
Decimal 10 253 172 0.96 0 0.32 0.01 160 0.98 0.52
Hex A FD AC 60 0 20 1 A0 62 34
Octal 12 375 254 140 0 40 1 240 142 64
Binary 1010 11111101 10101100 1100000 0 100000 1 10100000 1100010 110100

Color Harmonies of #0AFDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFDAC

Black with #0AFDAC

Text Example


Text Example

White with #0AFDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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