Html Css Color HEX #0AFC8D Medium Spring Green

📋 copy color: '#0AFC8D'

red 10 ◦ green 252 ◦ blue 141

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

Shades of Medium Spring Green #0AFC8D

Tints of Medium Spring Green #0AFC8D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.53%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 2.48%
G = 62.53%
B = 34.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#0AFC8D (or 0x0AFC8D) is known color: Medium Spring Green. HEX triplet: 0A, FC and 8D. RGB value is (10,252,141). Sum of RGB (Red+Green+Blue) = 10+252+141=403 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.48% from 403); Green value is 252 (98.83% from 255 or 62.53% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFC8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFC8D is #F50372. Grayscale: #A7A7A7. Windows color (decimal): -16057203 or 9305098. OLE color: 9305098.

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

Color convert

RGB 10 252 141 -
CMYK 0.96 0 0.44 0.01
HSL 152.48º 0.98% 0.51% -
HSV(B) 152.48º 0.96% 0.99% -
XYZ 39.74 71.61 36.93 -
YUV 166.99 113.33 16.03 -
System Red Green Blue C M Y K H S L
Decimal 10 252 141 0.96 0 0.44 0.01 152.48 0.98 0.51
Hex A FC 8D 60 0 2C 1 98 62 33
Octal 12 374 215 140 0 54 1 230 142 63
Binary 1010 11111100 10001101 1100000 0 101100 1 10011000 1100010 110011

Color Harmonies of #0AFC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFC8D

Black with #0AFC8D

Text Example


Text Example

White with #0AFC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,252,141); }

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

background-color css

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

 a { background-color: rgb(10,252,141); }

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

border-color css

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

 span { border-color: rgb(10,252,141); }

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