Html Css Color HEX #0AFCA2 Medium Spring Green

📋 copy color: '#0AFCA2'

red 10 ◦ green 252 ◦ blue 162

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

Shades of Medium Spring Green #0AFCA2

Tints of Medium Spring Green #0AFCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.21%

R = 2.36%
G = 59.43%
B = 38.21%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#0AFCA2 (or 0x0AFCA2) is known color: Medium Spring Green. HEX triplet: 0A, FC and A2. RGB value is (10,252,162). Sum of RGB (Red+Green+Blue) = 10+252+162=424 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.36% from 424); Green value is 252 (98.83% from 255 or 59.43% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 252 - color contains mainly: green. Hex color #0AFCA2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFCA2 is #F5035D. Grayscale: #A9A9A9. Windows color (decimal): -16057182 or 10681354. OLE color: 10681354.

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

Color convert

RGB 10 252 162 -
CMYK 0.96 0 0.36 0.01
HSL 157.69º 0.98% 0.51% -
HSV(B) 157.69º 0.96% 0.99% -
XYZ 41.46 72.29 45.95 -
YUV 169.38 123.83 14.32 -
System Red Green Blue C M Y K H S L
Decimal 10 252 162 0.96 0 0.36 0.01 157.69 0.98 0.51
Hex A FC A2 60 0 24 1 9E 62 33
Octal 12 374 242 140 0 44 1 236 142 63
Binary 1010 11111100 10100010 1100000 0 100100 1 10011110 1100010 110011

Color Harmonies of #0AFCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFCA2

Black with #0AFCA2

Text Example


Text Example

White with #0AFCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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