Html Css Color HEX #0DD690 Caribbean Green

📋 copy color: '#0DD690'

red 13 ◦ green 214 ◦ blue 144

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

Shades of Caribbean Green #0DD690

Tints of Caribbean Green #0DD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.68%

 BLUE value IS 144 (56.64% from 255) = 38.81%

R = 3.5%
G = 57.68%
B = 38.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#0DD690 (or 0x0DD690) is known color: Caribbean Green. HEX triplet: 0D, D6 and 90. RGB value is (13,214,144). Sum of RGB (Red+Green+Blue) = 13+214+144=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #0DD690 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD690 is #F2296F. Grayscale: #929292. Windows color (decimal): -15870320 or 9491981. OLE color: 9491981.

HSL color Cylindrical-coordinate representation of color #0DD690: hue angle of 159.1º 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 #0DD690 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 214 144 -
CMYK 0.94 0 0.33 0.16
HSL 159.1º 0.89% 0.45% -
HSV(B) 159.1º 0.94% 0.84% -
XYZ 29.25 50.19 34.53 -
YUV 145.92 126.91 33.19 -
System Red Green Blue C M Y K H S L
Decimal 13 214 144 0.94 0 0.33 0.16 159.1 0.89 0.45
Hex D D6 90 5E 0 21 10 9F 59 2D
Octal 15 326 220 136 0 41 20 237 131 55
Binary 1101 11010110 10010000 1011110 0 100001 10000 10011111 1011001 101101

Color Harmonies of #0DD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD690

Black with #0DD690

Text Example


Text Example

White with #0DD690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,214,144); }

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

background-color css

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

 a { background-color: rgb(13,214,144); }

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

border-color css

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

 span { border-color: rgb(13,214,144); }

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