Html Css Color HEX #0AFEB8 Medium Spring Green

📋 copy color: '#0AFEB8'

red 10 ◦ green 254 ◦ blue 184

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

Shades of Medium Spring Green #0AFEB8

Tints of Medium Spring Green #0AFEB8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.7%

 BLUE value IS 184 (72.27% from 255) = 41.07%

R = 2.23%
G = 56.7%
B = 41.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#0AFEB8 (or 0x0AFEB8) is known color: Medium Spring Green. HEX triplet: 0A, FE and B8. RGB value is (10,254,184). Sum of RGB (Red+Green+Blue) = 10+254+184=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 254 (99.61% from 255 or 56.70% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFEB8 is #F50147. Grayscale: #ADADAD. Windows color (decimal): -16056648 or 12123658. OLE color: 12123658.

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

Color convert

RGB 10 254 184 -
CMYK 0.96 0 0.28 0.00
HSL 162.79º 0.99% 0.52% -
HSV(B) 162.79º 0.96% 1% -
XYZ 44.22 74.41 57.38 -
YUV 173.06 134.16 11.69 -
System Red Green Blue C M Y K H S L
Decimal 10 254 184 0.96 0 0.28 0.00 162.79 0.99 0.52
Hex A FE B8 60 0 1C 0 A3 63 34
Octal 12 376 270 140 0 34 0 243 143 64
Binary 1010 11111110 10111000 1100000 0 11100 0 10100011 1100011 110100

Color Harmonies of #0AFEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFEB8

Black with #0AFEB8

Text Example


Text Example

White with #0AFEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,254,184); }

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

background-color css

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

 a { background-color: rgb(10,254,184); }

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

border-color css

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

 span { border-color: rgb(10,254,184); }

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