Html Css Color HEX #0AFCA8 Medium Spring Green

📋 copy color: '#0AFCA8'

red 10 ◦ green 252 ◦ blue 168

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

Shades of Medium Spring Green #0AFCA8

Tints of Medium Spring Green #0AFCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 2.33%
G = 58.6%
B = 39.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#0AFCA8 (or 0x0AFCA8) is known color: Medium Spring Green. HEX triplet: 0A, FC and A8. RGB value is (10,252,168). Sum of RGB (Red+Green+Blue) = 10+252+168=430 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.33% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCA8 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFCA8 is #F50357. Grayscale: #AAAAAA. Windows color (decimal): -16057176 or 11074570. OLE color: 11074570.

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

Color convert

RGB 10 252 168 -
CMYK 0.96 0 0.33 0.01
HSL 159.17º 0.98% 0.51% -
HSV(B) 159.17º 0.96% 0.99% -
XYZ 42 72.51 48.83 -
YUV 170.07 126.83 13.83 -
System Red Green Blue C M Y K H S L
Decimal 10 252 168 0.96 0 0.33 0.01 159.17 0.98 0.51
Hex A FC A8 60 0 21 1 9F 62 33
Octal 12 374 250 140 0 41 1 237 142 63
Binary 1010 11111100 10101000 1100000 0 100001 1 10011111 1100010 110011

Color Harmonies of #0AFCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFCA8

Black with #0AFCA8

Text Example


Text Example

White with #0AFCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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