#01CC7E

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

Shades of Caribbean Green #01CC7E

Tints of Caribbean Green #01CC7E

Color information

#01CC7E (or 0x01CC7E) is unknown color: approx Caribbean Green. HEX triplet: 01, CC and 7E. RGB value is (1,204,126). Sum of RGB (Red+Green+Blue) = 1+204+126=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #01CC7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CC7E is #FE3381. Grayscale: #868686. Windows color (decimal): -16659330 or 8309761. OLE color: 8309761.

HSL color Cylindrical-coordinate representation of color #01CC7E: hue angle of 156.95º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CC7E is Cyan = 1.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB1204126-
CMYK1.0000.380.2
HSL156.95º99.02%40.2%-
HSV(B)156.95º99.51%80%-
XYZ25.3744.727.03-
YUV134.41123.2532.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 204 (80.08% from 255) = 61.63%
BLUE value IS 126 (49.61% from 255) = 38.07%
R=0.30%
G=61.63%
B=38.07%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal12041261.0000.380.2156.9599.0240.2
Hex1CC7E64026149d6328
Octal13141761440462423514350
Binary11100110011111101100100010011010100100111011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,204,126); }

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

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

 a { background-color: rgb(1,204,126); }

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

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

 span { border-color: rgb(1,204,126); }

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