#01E0A4

Color #01E0A4 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #01E0A4

Tints of Caribbean Green #01E0A4

Color information

#01E0A4 (or 0x01E0A4) is unknown color: approx Caribbean Green. HEX triplet: 01, E0 and A4. RGB value is (1,224,164). Sum of RGB (Red+Green+Blue) = 1+224+164=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #01E0A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01E0A4 is #FE1F5B. Grayscale: #969696. Windows color (decimal): -16654172 or 10805249. OLE color: 10805249.

HSL color Cylindrical-coordinate representation of color #01E0A4: hue angle of 163.86º 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 #01E0A4 is Cyan = 1.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB1224164-
CMYK1.0000.270.12
HSL163.86º99.11%44.12%-
HSV(B)163.86º99.55%87.84%-
XYZ33.375644.17-
YUV150.48135.6221.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 224 (87.89% from 255) = 57.58%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=0.26%
G=57.58%
B=42.16%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal12241641.0000.270.12163.8699.1144.12
Hex1E0A46401BCa4632c
Octal13402441440331424414354
Binary1111000001010010011001000110111100101001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01E0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,224,164); }

 H1.HeaderClassName
 {
   color: #01E0A4;
 }
 .AnyTagClassName
 {
   color: #01E0A4;
 }
</style>
background-color css

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

 a { background-color: rgb(1,224,164); }

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

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

 span { border-color: rgb(1,224,164); }

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