#01DA7C

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

Shades of Caribbean Green #01DA7C

Tints of Caribbean Green #01DA7C

Color information

#01DA7C (or 0x01DA7C) is unknown color: approx Caribbean Green. HEX triplet: 01, DA and 7C. RGB value is (1,218,124). Sum of RGB (Red+Green+Blue) = 1+218+124=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DA7C is #FE2583. Grayscale: #8E8E8E. Windows color (decimal): -16655748 or 8182273. OLE color: 8182273.

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

Color convert

RGB1218124-
CMYK1.0000.430.15
HSL154.01º99.09%42.94%-
HSV(B)154.01º99.54%85.49%-
XYZ28.7251.627.52-
YUV142.4117.6127.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 218 (85.55% from 255) = 63.56%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=0.29%
G=63.56%
B=36.15%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12181241.0000.430.15154.0199.0942.94
Hex1DA7C6402BF9a632b
Octal13321741440531723214353
Binary1110110101111100110010001010111111100110101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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