#01D27A

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

Shades of Caribbean Green #01D27A

Tints of Caribbean Green #01D27A

Color information

#01D27A (or 0x01D27A) is unknown color: approx Caribbean Green. HEX triplet: 01, D2 and 7A. RGB value is (1,210,122). Sum of RGB (Red+Green+Blue) = 1+210+122=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #01D27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D27A is #FE2D85. Grayscale: #898989. Windows color (decimal): -16657798 or 8049153. OLE color: 8049153.

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

Color convert

RGB1210122-
CMYK1.0000.420.18
HSL154.74º99.05%41.37%-
HSV(B)154.74º99.52%82.35%-
XYZ26.5747.526.18-
YUV137.48119.2630.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 210 (82.42% from 255) = 63.06%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=0.30%
G=63.06%
B=36.64%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12101221.0000.420.18154.7499.0541.37
Hex1D27A6402A129b6329
Octal13221721440522223314351
Binary11101001011110101100100010101010010100110111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,210,122); }

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

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

 a { background-color: rgb(1,210,122); }

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

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

 span { border-color: rgb(1,210,122); }

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