Html Css Color HEX #01F582 Spring Green

📋 copy color: '#01F582'

red 1 ◦ green 245 ◦ blue 130

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

Shades of Spring Green #01F582

Tints of Spring Green #01F582

RGB

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

 GREEN value IS 245 (96.09% from 255) = 65.16%

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 0.27%
G = 65.16%
B = 34.57%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#01F582 (or 0x01F582) is known color: Spring Green. HEX triplet: 01, F5 and 82. RGB value is (1,245,130). Sum of RGB (Red+Green+Blue) = 1+245+130=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #01F582 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F582 is #FE0A7D. Grayscale: #9F9F9F. Windows color (decimal): -16648830 or 8582401. OLE color: 8582401.

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

Color convert

RGB 1 245 130 -
CMYK 1.00 0 0.47 0.04
HSL 151.72º 0.99% 0.48% -
HSV(B) 151.72º 1% 0.96% -
XYZ 36.69 66.92 32.1 -
YUV 158.93 111.66 15.35 -
System Red Green Blue C M Y K H S L
Decimal 1 245 130 1.00 0 0.47 0.04 151.72 0.99 0.48
Hex 1 F5 82 64 0 2F 4 98 63 30
Octal 1 365 202 144 0 57 4 230 143 60
Binary 1 11110101 10000010 1100100 0 101111 100 10011000 1100011 110000

Color Harmonies of #01F582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F582

Black with #01F582

Text Example


Text Example

White with #01F582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,245,130); }

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

background-color css

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

 a { background-color: rgb(1,245,130); }

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

border-color css

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

 span { border-color: rgb(1,245,130); }

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