Html Css Color HEX #0AFBB1 Medium Spring Green

📋 copy color: '#0AFBB1'

red 10 ◦ green 251 ◦ blue 177

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

Shades of Medium Spring Green #0AFBB1

Tints of Medium Spring Green #0AFBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.41%

R = 2.28%
G = 57.31%
B = 40.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#0AFBB1 (or 0x0AFBB1) is known color: Medium Spring Green. HEX triplet: 0A, FB and B1. RGB value is (10,251,177). Sum of RGB (Red+Green+Blue) = 10+251+177=438 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.28% from 438); Green value is 251 (98.44% from 255 or 57.31% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBB1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFBB1 is #F5044E. Grayscale: #AAAAAA. Windows color (decimal): -16057423 or 11664138. OLE color: 11664138.

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

Color convert

RGB 10 251 177 -
CMYK 0.96 0 0.29 0.02
HSL 161.58º 0.97% 0.51% -
HSV(B) 161.58º 0.96% 0.98% -
XYZ 42.56 72.23 53.29 -
YUV 170.51 131.66 13.52 -
System Red Green Blue C M Y K H S L
Decimal 10 251 177 0.96 0 0.29 0.02 161.58 0.97 0.51
Hex A FB B1 60 0 1D 2 A2 61 33
Octal 12 373 261 140 0 35 2 242 141 63
Binary 1010 11111011 10110001 1100000 0 11101 10 10100010 1100001 110011

Color Harmonies of #0AFBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBB1

Black with #0AFBB1

Text Example


Text Example

White with #0AFBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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