Html Css Color HEX #0AFBAE Medium Spring Green

📋 copy color: '#0AFBAE'

red 10 ◦ green 251 ◦ blue 174

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

Shades of Medium Spring Green #0AFBAE

Tints of Medium Spring Green #0AFBAE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.7%

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

R = 2.3%
G = 57.7%
B = 40%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#0AFBAE (or 0x0AFBAE) is known color: Medium Spring Green. HEX triplet: 0A, FB and AE. RGB value is (10,251,174). Sum of RGB (Red+Green+Blue) = 10+251+174=435 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.30% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBAE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFBAE is #F50451. Grayscale: #AAAAAA. Windows color (decimal): -16057426 or 11467530. OLE color: 11467530.

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

Color convert

RGB 10 251 174 -
CMYK 0.96 0 0.31 0.02
HSL 160.83º 0.97% 0.51% -
HSV(B) 160.83º 0.96% 0.98% -
XYZ 42.26 72.11 51.74 -
YUV 170.16 130.16 13.76 -
System Red Green Blue C M Y K H S L
Decimal 10 251 174 0.96 0 0.31 0.02 160.83 0.97 0.51
Hex A FB AE 60 0 1F 2 A1 61 33
Octal 12 373 256 140 0 37 2 241 141 63
Binary 1010 11111011 10101110 1100000 0 11111 10 10100001 1100001 110011

Color Harmonies of #0AFBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBAE

Black with #0AFBAE

Text Example


Text Example

White with #0AFBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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