Html Css Color HEX #0DE18E Caribbean Green

📋 copy color: '#0DE18E'

red 13 ◦ green 225 ◦ blue 142

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

Shades of Caribbean Green #0DE18E

Tints of Caribbean Green #0DE18E

RGB

 RED value IS 13 (5.47% from 255) = 3.42%

 GREEN value IS 225 (88.28% from 255) = 59.21%

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

R = 3.42%
G = 59.21%
B = 37.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#0DE18E (or 0x0DE18E) is known color: Caribbean Green. HEX triplet: 0D, E1 and 8E. RGB value is (13,225,142). Sum of RGB (Red+Green+Blue) = 13+225+142=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #0DE18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE18E is #F21E71. Grayscale: #989898. Windows color (decimal): -15867506 or 9363725. OLE color: 9363725.

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

Color convert

RGB 13 225 142 -
CMYK 0.94 0 0.37 0.12
HSL 156.51º 0.89% 0.47% -
HSV(B) 156.51º 0.94% 0.88% -
XYZ 31.97 55.89 34.69 -
YUV 152.15 122.26 28.75 -
System Red Green Blue C M Y K H S L
Decimal 13 225 142 0.94 0 0.37 0.12 156.51 0.89 0.47
Hex D E1 8E 5E 0 25 C 9D 59 2F
Octal 15 341 216 136 0 45 14 235 131 57
Binary 1101 11100001 10001110 1011110 0 100101 1100 10011101 1011001 101111

Color Harmonies of #0DE18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE18E

Black with #0DE18E

Text Example


Text Example

White with #0DE18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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