Html Css Color HEX #0DDC95 Caribbean Green

📋 copy color: '#0DDC95'

red 13 ◦ green 220 ◦ blue 149

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

Shades of Caribbean Green #0DDC95

Tints of Caribbean Green #0DDC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.59%

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 3.4%
G = 57.59%
B = 39.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#0DDC95 (or 0x0DDC95) is known color: Caribbean Green. HEX triplet: 0D, DC and 95. RGB value is (13,220,149). Sum of RGB (Red+Green+Blue) = 13+220+149=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDC95 is #F2236A. Grayscale: #969696. Windows color (decimal): -15868779 or 9821197. OLE color: 9821197.

HSL color Cylindrical-coordinate representation of color #0DDC95: hue angle of 159.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC95 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 220 149 -
CMYK 0.94 0 0.32 0.14
HSL 159.42º 0.89% 0.46% -
HSV(B) 159.42º 0.94% 0.86% -
XYZ 31.18 53.44 37.11 -
YUV 150.01 127.42 30.27 -
System Red Green Blue C M Y K H S L
Decimal 13 220 149 0.94 0 0.32 0.14 159.42 0.89 0.46
Hex D DC 95 5E 0 20 E 9F 59 2E
Octal 15 334 225 136 0 40 16 237 131 56
Binary 1101 11011100 10010101 1011110 0 100000 1110 10011111 1011001 101110

Color Harmonies of #0DDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDC95

Black with #0DDC95

Text Example


Text Example

White with #0DDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,220,149); }

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

background-color css

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

 a { background-color: rgb(13,220,149); }

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

border-color css

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

 span { border-color: rgb(13,220,149); }

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