Html Css Color HEX #01F969 Spring Green

📋 copy color: '#01F969'

red 1 ◦ green 249 ◦ blue 105

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

Shades of Spring Green #01F969

Tints of Spring Green #01F969

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.14%

 BLUE value IS 105 (41.41% from 255) = 29.58%

R = 0.28%
G = 70.14%
B = 29.58%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#01F969 (or 0x01F969) is known color: Spring Green. HEX triplet: 01, F9 and 69. RGB value is (1,249,105). Sum of RGB (Red+Green+Blue) = 1+249+105=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #01F969 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F969 is #FE0696. Grayscale: #9E9E9E. Windows color (decimal): -16647831 or 6945025. OLE color: 6945025.

HSL color Cylindrical-coordinate representation of color #01F969: hue angle of 145.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F969 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 249 105 -
CMYK 1.00 0 0.58 0.02
HSL 145.16º 0.99% 0.49% -
HSV(B) 145.16º 1% 0.98% -
XYZ 36.44 68.78 24.72 -
YUV 158.43 97.84 15.71 -
System Red Green Blue C M Y K H S L
Decimal 1 249 105 1.00 0 0.58 0.02 145.16 0.99 0.49
Hex 1 F9 69 64 0 3A 2 91 63 31
Octal 1 371 151 144 0 72 2 221 143 61
Binary 1 11111001 1101001 1100100 0 111010 10 10010001 1100011 110001

Color Harmonies of #01F969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F969

Black with #01F969

Text Example


Text Example

White with #01F969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,249,105); }

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

background-color css

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

 a { background-color: rgb(1,249,105); }

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

border-color css

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

 span { border-color: rgb(1,249,105); }

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