Html Css Color HEX #01DA76 Spring Green

📋 copy color: '#01DA76'

red 1 ◦ green 218 ◦ blue 118

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

Shades of Spring Green #01DA76

Tints of Spring Green #01DA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.69%

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 0.3%
G = 64.69%
B = 35.01%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#01DA76 (or 0x01DA76) is known color: Spring Green. HEX triplet: 01, DA and 76. RGB value is (1,218,118). Sum of RGB (Red+Green+Blue) = 1+218+118=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 218 (85.55% from 255 or 64.69% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DA76 is #FE2589. Grayscale: #8D8D8D. Windows color (decimal): -16655754 or 7789057. OLE color: 7789057.

HSL color Cylindrical-coordinate representation of color #01DA76: hue angle of 152.35º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DA76 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 218 118 -
CMYK 1.00 0 0.46 0.15
HSL 152.35º 0.99% 0.43% -
HSV(B) 152.35º 1% 0.85% -
XYZ 28.35 51.46 25.58 -
YUV 141.72 114.61 27.63 -
System Red Green Blue C M Y K H S L
Decimal 1 218 118 1.00 0 0.46 0.15 152.35 0.99 0.43
Hex 1 DA 76 64 0 2E F 98 63 2B
Octal 1 332 166 144 0 56 17 230 143 53
Binary 1 11011010 1110110 1100100 0 101110 1111 10011000 1100011 101011

Color Harmonies of #01DA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DA76

Black with #01DA76

Text Example


Text Example

White with #01DA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,218,118); }

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

background-color css

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

 a { background-color: rgb(1,218,118); }

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

border-color css

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

 span { border-color: rgb(1,218,118); }

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