Html Css Color HEX #01F16A Spring Green

📋 copy color: '#01F16A'

red 1 ◦ green 241 ◦ blue 106

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

Shades of Spring Green #01F16A

Tints of Spring Green #01F16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.25%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 0.29%
G = 69.25%
B = 30.46%

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

#01F16A (or 0x01F16A) is known color: Spring Green. HEX triplet: 01, F1 and 6A. RGB value is (1,241,106). Sum of RGB (Red+Green+Blue) = 1+241+106=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #01F16A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F16A is #FE0E95. Grayscale: #9A9A9A. Windows color (decimal): -16649878 or 7008513. OLE color: 7008513.

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

Color convert

RGB 1 241 106 -
CMYK 1.00 0 0.56 0.05
HSL 146.25º 0.99% 0.47% -
HSV(B) 146.25º 1% 0.95% -
XYZ 34.07 63.96 24.19 -
YUV 153.85 100.99 18.98 -
System Red Green Blue C M Y K H S L
Decimal 1 241 106 1.00 0 0.56 0.05 146.25 0.99 0.47
Hex 1 F1 6A 64 0 38 5 92 63 2F
Octal 1 361 152 144 0 70 5 222 143 57
Binary 1 11110001 1101010 1100100 0 111000 101 10010010 1100011 101111

Color Harmonies of #01F16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F16A

Black with #01F16A

Text Example


Text Example

White with #01F16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,241,106); }

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

background-color css

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

 a { background-color: rgb(1,241,106); }

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

border-color css

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

 span { border-color: rgb(1,241,106); }

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