Html Css Color HEX #01DC7A Spring Green

📋 copy color: '#01DC7A'

red 1 ◦ green 220 ◦ blue 122

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

Shades of Spring Green #01DC7A

Tints of Spring Green #01DC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.14%

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 0.29%
G = 64.14%
B = 35.57%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#01DC7A (or 0x01DC7A) is known color: Spring Green. HEX triplet: 01, DC and 7A. RGB value is (1,220,122). Sum of RGB (Red+Green+Blue) = 1+220+122=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DC7A is #FE2385. Grayscale: #8F8F8F. Windows color (decimal): -16655238 or 8051713. OLE color: 8051713.

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

Color convert

RGB 1 220 122 -
CMYK 1.00 0 0.45 0.14
HSL 153.15º 0.99% 0.43% -
HSV(B) 153.15º 1% 0.86% -
XYZ 29.12 52.6 27.03 -
YUV 143.35 115.95 26.47 -
System Red Green Blue C M Y K H S L
Decimal 1 220 122 1.00 0 0.45 0.14 153.15 0.99 0.43
Hex 1 DC 7A 64 0 2D E 99 63 2B
Octal 1 334 172 144 0 55 16 231 143 53
Binary 1 11011100 1111010 1100100 0 101101 1110 10011001 1100011 101011

Color Harmonies of #01DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC7A

Black with #01DC7A

Text Example


Text Example

White with #01DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,220,122); }

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

background-color css

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

 a { background-color: rgb(1,220,122); }

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

border-color css

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

 span { border-color: rgb(1,220,122); }

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