Html Css Color HEX #01E1AD Caribbean Green

📋 copy color: '#01E1AD'

red 1 ◦ green 225 ◦ blue 173

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

Shades of Caribbean Green #01E1AD

Tints of Caribbean Green #01E1AD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.39%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 0.25%
G = 56.39%
B = 43.36%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#01E1AD (or 0x01E1AD) is known color: Caribbean Green. HEX triplet: 01, E1 and AD. RGB value is (1,225,173). Sum of RGB (Red+Green+Blue) = 1+225+173=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #01E1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E1AD is #FE1E52. Grayscale: #989898. Windows color (decimal): -16653907 or 11395329. OLE color: 11395329.

HSL color Cylindrical-coordinate representation of color #01E1AD: hue angle of 166.07º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E1AD is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 173 -
CMYK 1.00 0 0.23 0.12
HSL 166.07º 0.99% 0.44% -
HSV(B) 166.07º 1% 0.88% -
XYZ 34.48 56.87 48.7 -
YUV 152.1 139.79 20.23 -
System Red Green Blue C M Y K H S L
Decimal 1 225 173 1.00 0 0.23 0.12 166.07 0.99 0.44
Hex 1 E1 AD 64 0 17 C A6 63 2C
Octal 1 341 255 144 0 27 14 246 143 54
Binary 1 11100001 10101101 1100100 0 10111 1100 10100110 1100011 101100

Color Harmonies of #01E1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E1AD

Black with #01E1AD

Text Example


Text Example

White with #01E1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,225,173); }

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

background-color css

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

 a { background-color: rgb(1,225,173); }

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

border-color css

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

 span { border-color: rgb(1,225,173); }

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