Html Css Color HEX #01F26B Spring Green

📋 copy color: '#01F26B'

red 1 ◦ green 242 ◦ blue 107

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

Shades of Spring Green #01F26B

Tints of Spring Green #01F26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 0.29%
G = 69.14%
B = 30.57%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#01F26B (or 0x01F26B) is known color: Spring Green. HEX triplet: 01, F2 and 6B. RGB value is (1,242,107). Sum of RGB (Red+Green+Blue) = 1+242+107=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #01F26B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F26B is #FE0D94. Grayscale: #9A9A9A. Windows color (decimal): -16649621 or 7074305. OLE color: 7074305.

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

Color convert

RGB 1 242 107 -
CMYK 1.00 0 0.56 0.05
HSL 146.39º 0.99% 0.48% -
HSV(B) 146.39º 1% 0.95% -
XYZ 34.42 64.57 24.56 -
YUV 154.55 101.16 18.48 -
System Red Green Blue C M Y K H S L
Decimal 1 242 107 1.00 0 0.56 0.05 146.39 0.99 0.48
Hex 1 F2 6B 64 0 38 5 92 63 30
Octal 1 362 153 144 0 70 5 222 143 60
Binary 1 11110010 1101011 1100100 0 111000 101 10010010 1100011 110000

Color Harmonies of #01F26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F26B

Black with #01F26B

Text Example


Text Example

White with #01F26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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