#01D994

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

Shades of Caribbean Green #01D994

Tints of Caribbean Green #01D994

Color information

#01D994 (or 0x01D994) is unknown color: approx Caribbean Green. HEX triplet: 01, D9 and 94. RGB value is (1,217,148). Sum of RGB (Red+Green+Blue) = 1+217+148=366 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #01D994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01D994 is #FE266B. Grayscale: #909090. Windows color (decimal): -16655980 or 9754881. OLE color: 9754881.

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

Color convert

RGB1217148-
CMYK1.0000.320.15
HSL160.83º99.08%42.75%-
HSV(B)160.83º99.54%85.1%-
XYZ30.1751.7736.42-
YUV144.55129.9425.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 217 (85.16% from 255) = 59.29%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=0.27%
G=59.29%
B=40.44%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal12171481.0000.320.15160.8399.0842.75
Hex1D99464020Fa1632b
Octal13312241440401724114353
Binary11101100110010100110010001000001111101000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,217,148); }

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

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

 a { background-color: rgb(1,217,148); }

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

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

 span { border-color: rgb(1,217,148); }

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