#0EE29E

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

Shades of Caribbean Green #0EE29E

Tints of Caribbean Green #0EE29E

Color information

#0EE29E (or 0x0EE29E) is unknown color: approx Caribbean Green. HEX triplet: 0E, E2 and 9E. RGB value is (14,226,158). Sum of RGB (Red+Green+Blue) = 14+226+158=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE29E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE29E is #F11D61. Grayscale: #9A9A9A. Windows color (decimal): -15801698 or 10412558. OLE color: 10412558.

HSL color Cylindrical-coordinate representation of color #0EE29E: hue angle of 160.75º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE29E is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB14226158-
CMYK0.9400.300.11
HSL160.75º88.33%47.06%-
HSV(B)160.75º93.81%88.63%-
XYZ33.5556.9541.57-
YUV154.86129.7627.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.52%
GREEN value IS 226 (88.67% from 255) = 56.78%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=3.52%
G=56.78%
B=39.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal142261580.9400.300.11160.7588.3347.06
HexEE29E5E01EBa1582f
Octal163422361360361324113057
Binary1110111000101001111010111100111101011101000011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,226,158); }

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

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

 a { background-color: rgb(14,226,158); }

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

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

 span { border-color: rgb(14,226,158); }

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