Html Css Color HEX #0AFBB4 Medium Spring Green

📋 copy color: '#0AFBB4'

red 10 ◦ green 251 ◦ blue 180

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

Shades of Medium Spring Green #0AFBB4

Tints of Medium Spring Green #0AFBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.82%

R = 2.27%
G = 56.92%
B = 40.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#0AFBB4 (or 0x0AFBB4) is known color: Medium Spring Green. HEX triplet: 0A, FB and B4. RGB value is (10,251,180). Sum of RGB (Red+Green+Blue) = 10+251+180=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 251 (98.44% from 255 or 56.92% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBB4 is #F5044B. Grayscale: #AAAAAA. Windows color (decimal): -16057420 or 11860746. OLE color: 11860746.

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

Color convert

RGB 10 251 180 -
CMYK 0.96 0 0.28 0.02
HSL 162.32º 0.97% 0.51% -
HSV(B) 162.32º 0.96% 0.98% -
XYZ 42.86 72.35 54.89 -
YUV 170.85 133.16 13.27 -
System Red Green Blue C M Y K H S L
Decimal 10 251 180 0.96 0 0.28 0.02 162.32 0.97 0.51
Hex A FB B4 60 0 1C 2 A2 61 33
Octal 12 373 264 140 0 34 2 242 141 63
Binary 1010 11111011 10110100 1100000 0 11100 10 10100010 1100001 110011

Color Harmonies of #0AFBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFBB4

Black with #0AFBB4

Text Example


Text Example

White with #0AFBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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