Html Css Color HEX #01F276 Spring Green

📋 copy color: '#01F276'

red 1 ◦ green 242 ◦ blue 118

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

Shades of Spring Green #01F276

Tints of Spring Green #01F276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 0.28%
G = 67.04%
B = 32.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#01F276 (or 0x01F276) is known color: Spring Green. HEX triplet: 01, F2 and 76. RGB value is (1,242,118). Sum of RGB (Red+Green+Blue) = 1+242+118=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #01F276 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F276 is #FE0D89. Grayscale: #9C9C9C. Windows color (decimal): -16649610 or 7795201. OLE color: 7795201.

HSL color Cylindrical-coordinate representation of color #01F276: hue angle of 149.13º 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 #01F276 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 242 118 -
CMYK 1.00 0 0.51 0.05
HSL 149.13º 0.99% 0.48% -
HSV(B) 149.13º 1% 0.95% -
XYZ 35.03 64.82 27.8 -
YUV 155.81 106.66 17.58 -
System Red Green Blue C M Y K H S L
Decimal 1 242 118 1.00 0 0.51 0.05 149.13 0.99 0.48
Hex 1 F2 76 64 0 33 5 95 63 30
Octal 1 362 166 144 0 63 5 225 143 60
Binary 1 11110010 1110110 1100100 0 110011 101 10010101 1100011 110000

Color Harmonies of #01F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F276

Black with #01F276

Text Example


Text Example

White with #01F276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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