Html Css Color HEX #0DE2AD Caribbean Green

📋 copy color: '#0DE2AD'

red 13 ◦ green 226 ◦ blue 173

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

Shades of Caribbean Green #0DE2AD

Tints of Caribbean Green #0DE2AD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 54.85%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 3.16%
G = 54.85%
B = 41.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#0DE2AD (or 0x0DE2AD) is known color: Caribbean Green. HEX triplet: 0D, E2 and AD. RGB value is (13,226,173). Sum of RGB (Red+Green+Blue) = 13+226+173=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #0DE2AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE2AD is #F21D52. Grayscale: #9C9C9C. Windows color (decimal): -15867219 or 11395597. OLE color: 11395597.

HSL color Cylindrical-coordinate representation of color #0DE2AD: hue angle of 165.07º degrees, saturation: 0.89, 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 #0DE2AD is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 226 173 -
CMYK 0.94 0 0.23 0.11
HSL 165.07º 0.89% 0.47% -
HSV(B) 165.07º 0.94% 0.89% -
XYZ 34.91 57.5 48.79 -
YUV 156.27 137.43 25.81 -
System Red Green Blue C M Y K H S L
Decimal 13 226 173 0.94 0 0.23 0.11 165.07 0.89 0.47
Hex D E2 AD 5E 0 17 B A5 59 2F
Octal 15 342 255 136 0 27 13 245 131 57
Binary 1101 11100010 10101101 1011110 0 10111 1011 10100101 1011001 101111

Color Harmonies of #0DE2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE2AD

Black with #0DE2AD

Text Example


Text Example

White with #0DE2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,226,173); }

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

background-color css

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

 a { background-color: rgb(13,226,173); }

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

border-color css

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

 span { border-color: rgb(13,226,173); }

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