Html Css Color HEX #0AFCA3 Medium Spring Green

📋 copy color: '#0AFCA3'

red 10 ◦ green 252 ◦ blue 163

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

Shades of Medium Spring Green #0AFCA3

Tints of Medium Spring Green #0AFCA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.35%

R = 2.35%
G = 59.29%
B = 38.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#0AFCA3 (or 0x0AFCA3) is known color: Medium Spring Green. HEX triplet: 0A, FC and A3. RGB value is (10,252,163). Sum of RGB (Red+Green+Blue) = 10+252+163=425 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 425); Green value is 252 (98.83% from 255 or 59.29% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFCA3 is #F5035C. Grayscale: #A9A9A9. Windows color (decimal): -16057181 or 10746890. OLE color: 10746890.

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

Color convert

RGB 10 252 163 -
CMYK 0.96 0 0.35 0.01
HSL 157.93º 0.98% 0.51% -
HSV(B) 157.93º 0.96% 0.99% -
XYZ 41.55 72.33 46.42 -
YUV 169.5 124.33 14.24 -
System Red Green Blue C M Y K H S L
Decimal 10 252 163 0.96 0 0.35 0.01 157.93 0.98 0.51
Hex A FC A3 60 0 23 1 9E 62 33
Octal 12 374 243 140 0 43 1 236 142 63
Binary 1010 11111100 10100011 1100000 0 100011 1 10011110 1100010 110011

Color Harmonies of #0AFCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFCA3

Black with #0AFCA3

Text Example


Text Example

White with #0AFCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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