#18E095

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

Shades of Caribbean Green #18E095

Tints of Caribbean Green #18E095

Color information

#18E095 (or 0x18E095) is unknown color: approx Caribbean Green. HEX triplet: 18, E0 and 95. RGB value is (24,224,149). Sum of RGB (Red+Green+Blue) = 24+224+149=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #18E095 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18E095 is #E71F6A. Grayscale: #9B9B9B. Windows color (decimal): -15146859 or 9822232. OLE color: 9822232.

HSL color Cylindrical-coordinate representation of color #18E095: hue angle of 157.5º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E095 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB24224149-
CMYK0.8900.330.12
HSL157.5º80.65%48.63%-
HSV(B)157.5º89.29%87.84%-
XYZ32.4655.6837.47-
YUV155.65124.2434.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.05%
GREEN value IS 224 (87.89% from 255) = 56.42%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=6.05%
G=56.42%
B=37.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal242241490.8900.330.12157.580.6548.63
Hex18E09559021C9e5131
Octal303402251310411423612161
Binary110001110000010010101101100101000011100100111101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18E095; }

 p { color: rgb(24,224,149); }

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

<style>
 a { background-color: #18E095; }

 a { background-color: rgb(24,224,149); }

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

<style>
 span { border-color: #18E095; }

 span { border-color: rgb(24,224,149); }

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