Html Css Color HEX #01E972 Spring Green

📋 copy color: '#01E972'

red 1 ◦ green 233 ◦ blue 114

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

Shades of Spring Green #01E972

Tints of Spring Green #01E972

RGB

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

 GREEN value IS 233 (91.41% from 255) = 66.95%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 0.29%
G = 66.95%
B = 32.76%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#01E972 (or 0x01E972) is known color: Spring Green. HEX triplet: 01, E9 and 72. RGB value is (1,233,114). Sum of RGB (Red+Green+Blue) = 1+233+114=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 233 (91.41% from 255 or 66.95% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 233 - color contains mainly: green. Hex color #01E972 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E972 is #FE168D. Grayscale: #969696. Windows color (decimal): -16651918 or 7530753. OLE color: 7530753.

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

Color convert

RGB 1 233 114 -
CMYK 1.00 0 0.51 0.09
HSL 149.22º 0.99% 0.46% -
HSV(B) 149.22º 1% 0.91% -
XYZ 32.19 59.5 25.71 -
YUV 150.07 107.64 21.68 -
System Red Green Blue C M Y K H S L
Decimal 1 233 114 1.00 0 0.51 0.09 149.22 0.99 0.46
Hex 1 E9 72 64 0 33 9 95 63 2E
Octal 1 351 162 144 0 63 11 225 143 56
Binary 1 11101001 1110010 1100100 0 110011 1001 10010101 1100011 101110

Color Harmonies of #01E972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E972

Black with #01E972

Text Example


Text Example

White with #01E972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,233,114); }

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

background-color css

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

 a { background-color: rgb(1,233,114); }

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

border-color css

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

 span { border-color: rgb(1,233,114); }

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