#01D59D

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

Shades of Caribbean Green #01D59D

Tints of Caribbean Green #01D59D

Color information

#01D59D (or 0x01D59D) is unknown color: approx Caribbean Green. HEX triplet: 01, D5 and 9D. RGB value is (1,213,157). Sum of RGB (Red+Green+Blue) = 1+213+157=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #01D59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D59D is #FE2A62. Grayscale: #8F8F8F. Windows color (decimal): -16656995 or 10343681. OLE color: 10343681.

HSL color Cylindrical-coordinate representation of color #01D59D: hue angle of 164.15º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D59D is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB1213157-
CMYK1.0000.260.16
HSL164.15º99.07%41.96%-
HSV(B)164.15º99.53%83.53%-
XYZ29.8950.0339.98-
YUV143.23135.7626.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 213 (83.59% from 255) = 57.41%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=0.27%
G=57.41%
B=42.32%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12131571.0000.260.16164.1599.0741.96
Hex1D59D6401A10a4632a
Octal13252351440322024414352
Binary11101010110011101110010001101010000101001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,213,157); }

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

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

 a { background-color: rgb(1,213,157); }

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

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

 span { border-color: rgb(1,213,157); }

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