Html Css Color HEX #01F280 Spring Green

📋 copy color: '#01F280'

red 1 ◦ green 242 ◦ blue 128

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

Shades of Spring Green #01F280

Tints of Spring Green #01F280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 0.27%
G = 65.23%
B = 34.5%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#01F280 (or 0x01F280) is known color: Spring Green. HEX triplet: 01, F2 and 80. RGB value is (1,242,128). Sum of RGB (Red+Green+Blue) = 1+242+128=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #01F280 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F280 is #FE0D7F. Grayscale: #9D9D9D. Windows color (decimal): -16649600 or 8450561. OLE color: 8450561.

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

Color convert

RGB 1 242 128 -
CMYK 1.00 0 0.47 0.05
HSL 151.62º 0.99% 0.48% -
HSV(B) 151.62º 1% 0.95% -
XYZ 35.66 65.07 31.1 -
YUV 156.95 111.66 16.77 -
System Red Green Blue C M Y K H S L
Decimal 1 242 128 1.00 0 0.47 0.05 151.62 0.99 0.48
Hex 1 F2 80 64 0 2F 5 98 63 30
Octal 1 362 200 144 0 57 5 230 143 60
Binary 1 11110010 10000000 1100100 0 101111 101 10011000 1100011 110000

Color Harmonies of #01F280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F280

Black with #01F280

Text Example


Text Example

White with #01F280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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