#0CD27F

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

Shades of Caribbean Green #0CD27F

Tints of Caribbean Green #0CD27F

Color information

#0CD27F (or 0x0CD27F) is unknown color: approx Caribbean Green. HEX triplet: 0C, D2 and 7F. RGB value is (12,210,127). Sum of RGB (Red+Green+Blue) = 12+210+127=349 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.44% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #0CD27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD27F is #F32D80. Grayscale: #8D8D8D. Windows color (decimal): -15936897 or 8376844. OLE color: 8376844.

HSL color Cylindrical-coordinate representation of color #0CD27F: hue angle of 154.85º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD27F is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB12210127-
CMYK0.9400.400.18
HSL154.85º89.19%43.53%-
HSV(B)154.85º94.29%82.35%-
XYZ27.0347.727.86-
YUV141.34119.935.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.44%
GREEN value IS 210 (82.42% from 255) = 60.17%
BLUE value IS 127 (50% from 255) = 36.39%
R=3.44%
G=60.17%
B=36.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122101270.9400.400.18154.8589.1943.53
HexCD27F5E028129b592c
Octal143221771360502223313154
Binary11001101001011111111011110010100010010100110111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CD27F; }

 p { color: rgb(12,210,127); }

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

<style>
 a { background-color: #0CD27F; }

 a { background-color: rgb(12,210,127); }

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

<style>
 span { border-color: #0CD27F; }

 span { border-color: rgb(12,210,127); }

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