Html Css Color HEX #0DD79A Caribbean Green

📋 copy color: '#0DD79A'

red 13 ◦ green 215 ◦ blue 154

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

Shades of Caribbean Green #0DD79A

Tints of Caribbean Green #0DD79A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 56.28%

 BLUE value IS 154 (60.55% from 255) = 40.31%

R = 3.4%
G = 56.28%
B = 40.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#0DD79A (or 0x0DD79A) is known color: Caribbean Green. HEX triplet: 0D, D7 and 9A. RGB value is (13,215,154). Sum of RGB (Red+Green+Blue) = 13+215+154=382 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.40% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD79A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD79A is #F22865. Grayscale: #939393. Windows color (decimal): -15870054 or 10147597. OLE color: 10147597.

HSL color Cylindrical-coordinate representation of color #0DD79A: hue angle of 161.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD79A is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 215 154 -
CMYK 0.94 0 0.28 0.16
HSL 161.88º 0.89% 0.45% -
HSV(B) 161.88º 0.94% 0.84% -
XYZ 30.3 51.02 38.82 -
YUV 147.65 131.58 31.96 -
System Red Green Blue C M Y K H S L
Decimal 13 215 154 0.94 0 0.28 0.16 161.88 0.89 0.45
Hex D D7 9A 5E 0 1C 10 A2 59 2D
Octal 15 327 232 136 0 34 20 242 131 55
Binary 1101 11010111 10011010 1011110 0 11100 10000 10100010 1011001 101101

Color Harmonies of #0DD79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD79A

Black with #0DD79A

Text Example


Text Example

White with #0DD79A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,215,154); }

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

background-color css

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

 a { background-color: rgb(13,215,154); }

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

border-color css

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

 span { border-color: rgb(13,215,154); }

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