Html Css Color HEX #0EC98E Caribbean Green

📋 copy color: '#0EC98E'

red 14 ◦ green 201 ◦ blue 142

#0EC98E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0EC98E

Tints of Caribbean Green #0EC98E

RGB

 RED value IS 14 (5.86% from 255) = 3.92%

 GREEN value IS 201 (78.91% from 255) = 56.3%

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 3.92%
G = 56.3%
B = 39.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#0EC98E (or 0x0EC98E) is known color: Caribbean Green. HEX triplet: 0E, C9 and 8E. RGB value is (14,201,142). Sum of RGB (Red+Green+Blue) = 14+201+142=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC98E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC98E is #F13671. Grayscale: #8A8A8A. Windows color (decimal): -15808114 or 9357582. OLE color: 9357582.

HSL color Cylindrical-coordinate representation of color #0EC98E: hue angle of 161.07º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC98E is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 14 201 142 -
CMYK 0.93 0 0.29 0.21
HSL 161.07º 0.87% 0.42% -
HSV(B) 161.07º 0.93% 0.79% -
XYZ 25.95 43.82 32.68 -
YUV 138.36 130.05 39.3 -
System Red Green Blue C M Y K H S L
Decimal 14 201 142 0.93 0 0.29 0.21 161.07 0.87 0.42
Hex E C9 8E 5D 0 1D 15 A1 57 2A
Octal 16 311 216 135 0 35 25 241 127 52
Binary 1110 11001001 10001110 1011101 0 11101 10101 10100001 1010111 101010

Color Harmonies of #0EC98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC98E

Black with #0EC98E

Text Example


Text Example

White with #0EC98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,201,142); }

 H1.HeaderClassName
 {
   color: #0EC98E;
 }
 .AnyTagClassName
 {
   color: #0EC98E;
 }
</style>

background-color css

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

 a { background-color: rgb(14,201,142); }

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

border-color css

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

 span { border-color: rgb(14,201,142); }

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