Html Css Color HEX #0AFEBD Medium Spring Green

📋 copy color: '#0AFEBD'

red 10 ◦ green 254 ◦ blue 189

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

Shades of Medium Spring Green #0AFEBD

Tints of Medium Spring Green #0AFEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 2.21%
G = 56.07%
B = 41.72%

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

#0AFEBD (or 0x0AFEBD) is known color: Medium Spring Green. HEX triplet: 0A, FE and BD. RGB value is (10,254,189). Sum of RGB (Red+Green+Blue) = 10+254+189=453 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.21% from 453); Green value is 254 (99.61% from 255 or 56.07% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFEBD is #F50142. Grayscale: #ADADAD. Windows color (decimal): -16056643 or 12451338. OLE color: 12451338.

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

Color convert

RGB 10 254 189 -
CMYK 0.96 0 0.26 0.00
HSL 164.02º 0.99% 0.52% -
HSV(B) 164.02º 0.96% 1% -
XYZ 44.75 74.62 60.19 -
YUV 173.63 136.66 11.29 -
System Red Green Blue C M Y K H S L
Decimal 10 254 189 0.96 0 0.26 0.00 164.02 0.99 0.52
Hex A FE BD 60 0 1A 0 A4 63 34
Octal 12 376 275 140 0 32 0 244 143 64
Binary 1010 11111110 10111101 1100000 0 11010 0 10100100 1100011 110100

Color Harmonies of #0AFEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFEBD

Black with #0AFEBD

Text Example


Text Example

White with #0AFEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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