#12D18D

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

Shades of Caribbean Green #12D18D

Tints of Caribbean Green #12D18D

Color information

#12D18D (or 0x12D18D) is unknown color: approx Caribbean Green. HEX triplet: 12, D1 and 8D. RGB value is (18,209,141). Sum of RGB (Red+Green+Blue) = 18+209+141=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 209 (82.03% from 255 or 56.79% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 209 - color contains mainly: green. Hex color #12D18D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D18D is #ED2E72. Grayscale: #909090. Windows color (decimal): -15543923 or 9294098. OLE color: 9294098.

HSL color Cylindrical-coordinate representation of color #12D18D: hue angle of 158.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D18D is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB18209141-
CMYK0.9100.330.18
HSL158.64º84.14%44.51%-
HSV(B)158.64º91.39%81.96%-
XYZ27.8647.6532.93-
YUV144.14126.2238.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.89%
GREEN value IS 209 (82.03% from 255) = 56.79%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=4.89%
G=56.79%
B=38.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182091410.9100.330.18158.6484.1444.51
Hex12D18D5B021129f542d
Octal223212151330412223712455
Binary1001011010001100011011011011010000110010100111111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12D18D; }

 p { color: rgb(18,209,141); }

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

<style>
 a { background-color: #12D18D; }

 a { background-color: rgb(18,209,141); }

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

<style>
 span { border-color: #12D18D; }

 span { border-color: rgb(18,209,141); }

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