#01C27F

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

Shades of Caribbean Green #01C27F

Tints of Caribbean Green #01C27F

Color information

#01C27F (or 0x01C27F) is unknown color: approx Caribbean Green. HEX triplet: 01, C2 and 7F. RGB value is (1,194,127). Sum of RGB (Red+Green+Blue) = 1+194+127=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #01C27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01C27F is #FE3D80. Grayscale: #808080. Windows color (decimal): -16661889 or 8372737. OLE color: 8372737.

HSL color Cylindrical-coordinate representation of color #01C27F: hue angle of 159.17º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C27F is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB1194127-
CMYK0.9900.350.24
HSL159.17º98.97%38.24%-
HSV(B)159.17º99.48%76.08%-
XYZ23.1440.1226.6-
YUV128.66127.0636.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 194 (76.17% from 255) = 60.25%
BLUE value IS 127 (50% from 255) = 39.44%
R=0.31%
G=60.25%
B=39.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal11941270.9900.350.24159.1798.9738.24
Hex1C27F63023189f6326
Octal13021771430433023714346
Binary11100001011111111100011010001111000100111111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,194,127); }

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

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

 a { background-color: rgb(1,194,127); }

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

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

 span { border-color: rgb(1,194,127); }

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