Html Css Color HEX #01F287 Spring Green

📋 copy color: '#01F287'

red 1 ◦ green 242 ◦ blue 135

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

Shades of Spring Green #01F287

Tints of Spring Green #01F287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 0.26%
G = 64.02%
B = 35.71%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#01F287 (or 0x01F287) is known color: Spring Green. HEX triplet: 01, F2 and 87. RGB value is (1,242,135). Sum of RGB (Red+Green+Blue) = 1+242+135=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #01F287 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01F287 is #FE0D78. Grayscale: #9D9D9D. Windows color (decimal): -16649593 or 8909313. OLE color: 8909313.

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

Color convert

RGB 1 242 135 -
CMYK 1.00 0 0.44 0.05
HSL 153.36º 0.99% 0.48% -
HSV(B) 153.36º 1% 0.95% -
XYZ 36.14 65.26 33.61 -
YUV 157.74 115.16 16.2 -
System Red Green Blue C M Y K H S L
Decimal 1 242 135 1.00 0 0.44 0.05 153.36 0.99 0.48
Hex 1 F2 87 64 0 2C 5 99 63 30
Octal 1 362 207 144 0 54 5 231 143 60
Binary 1 11110010 10000111 1100100 0 101100 101 10011001 1100011 110000

Color Harmonies of #01F287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F287

Black with #01F287

Text Example


Text Example

White with #01F287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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