Html Css Color HEX #01F2B2 Medium Spring Green

📋 copy color: '#01F2B2'

red 1 ◦ green 242 ◦ blue 178

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

Shades of Medium Spring Green #01F2B2

Tints of Medium Spring Green #01F2B2

RGB

 RED value IS 1 (0.78% from 255) = 0.24%

 GREEN value IS 242 (94.92% from 255) = 57.48%

 BLUE value IS 178 (69.92% from 255) = 42.28%

R = 0.24%
G = 57.48%
B = 42.28%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#01F2B2 (or 0x01F2B2) is known color: Medium Spring Green. HEX triplet: 01, F2 and B2. RGB value is (1,242,178). Sum of RGB (Red+Green+Blue) = 1+242+178=421 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #01F2B2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F2B2 is #FE0D4D. Grayscale: #A2A2A2. Windows color (decimal): -16649550 or 11727361. OLE color: 11727361.

HSL color Cylindrical-coordinate representation of color #01F2B2: hue angle of 164.07º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F2B2 is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 242 178 -
CMYK 1.00 0 0.26 0.05
HSL 164.07º 0.99% 0.48% -
HSV(B) 164.07º 1% 0.95% -
XYZ 39.8 66.73 52.9 -
YUV 162.65 136.66 12.7 -
System Red Green Blue C M Y K H S L
Decimal 1 242 178 1.00 0 0.26 0.05 164.07 0.99 0.48
Hex 1 F2 B2 64 0 1A 5 A4 63 30
Octal 1 362 262 144 0 32 5 244 143 60
Binary 1 11110010 10110010 1100100 0 11010 101 10100100 1100011 110000

Color Harmonies of #01F2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F2B2

Black with #01F2B2

Text Example


Text Example

White with #01F2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01F2B2; }

 p { color: rgb(1,242,178); }

 H1.HeaderClassName
 {
   color: #01F2B2;
 }
 .AnyTagClassName
 {
   color: #01F2B2;
 }
</style>

background-color css

<style>
 a { background-color: #01F2B2; }

 a { background-color: rgb(1,242,178); }

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

border-color css

<style>
 span { border-color: #01F2B2; }

 span { border-color: rgb(1,242,178); }

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