#01DC8C

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

Shades of Caribbean Green #01DC8C

Tints of Caribbean Green #01DC8C

Color information

#01DC8C (or 0x01DC8C) is unknown color: approx Caribbean Green. HEX triplet: 01, DC and 8C. RGB value is (1,220,140). Sum of RGB (Red+Green+Blue) = 1+220+140=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DC8C is #FE2373. Grayscale: #919191. Windows color (decimal): -16655220 or 9231361. OLE color: 9231361.

HSL color Cylindrical-coordinate representation of color #01DC8C: hue angle of 158.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC8C is Cyan = 1.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB1220140-
CMYK1.0000.360.14
HSL158.08º99.1%43.33%-
HSV(B)158.08º99.55%86.27%-
XYZ30.3453.0933.46-
YUV145.4124.9525-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 220 (86.33% from 255) = 60.94%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=0.28%
G=60.94%
B=38.78%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal12201401.0000.360.14158.0899.143.33
Hex1DC8C64024E9e632b
Octal13342141440441623614353
Binary11101110010001100110010001001001110100111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,220,140); }

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

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

 a { background-color: rgb(1,220,140); }

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

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

 span { border-color: rgb(1,220,140); }

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