#0CE18E

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

Shades of Caribbean Green #0CE18E

Tints of Caribbean Green #0CE18E

Color information

#0CE18E (or 0x0CE18E) is unknown color: approx Caribbean Green. HEX triplet: 0C, E1 and 8E. RGB value is (12,225,142). Sum of RGB (Red+Green+Blue) = 12+225+142=379 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CE18E is #F31E71. Grayscale: #979797. Windows color (decimal): -15933042 or 9363724. OLE color: 9363724.

HSL color Cylindrical-coordinate representation of color #0CE18E: hue angle of 156.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE18E is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB12225142-
CMYK0.9500.370.12
HSL156.62º89.87%46.47%-
HSV(B)156.62º94.67%88.24%-
XYZ31.9655.8834.69-
YUV151.85122.4328.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.17%
GREEN value IS 225 (88.28% from 255) = 59.37%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=3.17%
G=59.37%
B=37.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122251420.9500.370.12156.6289.8746.47
HexCE18E5F025C9d5a2e
Octal143412161370451423513256
Binary11001110000110001110101111101001011100100111011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,225,142); }

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

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

 a { background-color: rgb(12,225,142); }

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

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

 span { border-color: rgb(12,225,142); }

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