Html Css Color HEX #0AFEBC Medium Spring Green

📋 copy color: '#0AFEBC'

red 10 ◦ green 254 ◦ blue 188

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

Shades of Medium Spring Green #0AFEBC

Tints of Medium Spring Green #0AFEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 2.21%
G = 56.19%
B = 41.59%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#0AFEBC (or 0x0AFEBC) is known color: Medium Spring Green. HEX triplet: 0A, FE and BC. RGB value is (10,254,188). Sum of RGB (Red+Green+Blue) = 10+254+188=452 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFEBC is #F50143. Grayscale: #ADADAD. Windows color (decimal): -16056644 or 12385802. OLE color: 12385802.

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

Color convert

RGB 10 254 188 -
CMYK 0.96 0 0.26 0.00
HSL 163.77º 0.99% 0.52% -
HSV(B) 163.77º 0.96% 1% -
XYZ 44.64 74.58 59.62 -
YUV 173.52 136.16 11.37 -
System Red Green Blue C M Y K H S L
Decimal 10 254 188 0.96 0 0.26 0.00 163.77 0.99 0.52
Hex A FE BC 60 0 1A 0 A4 63 34
Octal 12 376 274 140 0 32 0 244 143 64
Binary 1010 11111110 10111100 1100000 0 11010 0 10100100 1100011 110100

Color Harmonies of #0AFEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFEBC

Black with #0AFEBC

Text Example


Text Example

White with #0AFEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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