Html Css Color HEX #0AFFAE Medium Spring Green

📋 copy color: '#0AFFAE'

red 10 ◦ green 255 ◦ blue 174

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

Shades of Medium Spring Green #0AFFAE

Tints of Medium Spring Green #0AFFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 58.09%

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 2.28%
G = 58.09%
B = 39.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#0AFFAE (or 0x0AFFAE) is known color: Medium Spring Green. HEX triplet: 0A, FF and AE. RGB value is (10,255,174). Sum of RGB (Red+Green+Blue) = 10+255+174=439 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFFAE is #F50051. Grayscale: #ACACAC. Windows color (decimal): -16056402 or 11468554. OLE color: 11468554.

HSL color Cylindrical-coordinate representation of color #0AFFAE: hue angle of 160.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFAE is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 10 255 174 -
CMYK 0.96 0 0.32 0
HSL 160.16º 1% 0.52% -
HSV(B) 160.16º 0.96% 1% -
XYZ 43.53 74.64 52.16 -
YUV 172.51 128.83 12.09 -
System Red Green Blue C M Y K H S L
Decimal 10 255 174 0.96 0 0.32 0 160.16 1 0.52
Hex A FF AE 60 0 20 0 A0 64 34
Octal 12 377 256 140 0 40 0 240 144 64
Binary 1010 11111111 10101110 1100000 0 100000 0 10100000 1100100 110100

Color Harmonies of #0AFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFFAE

Black with #0AFFAE

Text Example


Text Example

White with #0AFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,255,174); }

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

background-color css

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

 a { background-color: rgb(10,255,174); }

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

border-color css

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

 span { border-color: rgb(10,255,174); }

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