Html Css Color HEX #0DD293 Caribbean Green

📋 copy color: '#0DD293'

red 13 ◦ green 210 ◦ blue 147

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

Shades of Caribbean Green #0DD293

Tints of Caribbean Green #0DD293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.76%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 3.51%
G = 56.76%
B = 39.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#0DD293 (or 0x0DD293) is known color: Caribbean Green. HEX triplet: 0D, D2 and 93. RGB value is (13,210,147). Sum of RGB (Red+Green+Blue) = 13+210+147=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD293 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD293 is #F22D6C. Grayscale: #8F8F8F. Windows color (decimal): -15871341 or 9687565. OLE color: 9687565.

HSL color Cylindrical-coordinate representation of color #0DD293: hue angle of 160.81º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD293 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 210 147 -
CMYK 0.94 0 0.30 0.18
HSL 160.81º 0.88% 0.44% -
HSV(B) 160.81º 0.94% 0.82% -
XYZ 28.48 48.29 35.42 -
YUV 143.92 129.73 34.62 -
System Red Green Blue C M Y K H S L
Decimal 13 210 147 0.94 0 0.30 0.18 160.81 0.88 0.44
Hex D D2 93 5E 0 1E 12 A1 58 2C
Octal 15 322 223 136 0 36 22 241 130 54
Binary 1101 11010010 10010011 1011110 0 11110 10010 10100001 1011000 101100

Color Harmonies of #0DD293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD293

Black with #0DD293

Text Example


Text Example

White with #0DD293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,210,147); }

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

background-color css

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

 a { background-color: rgb(13,210,147); }

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

border-color css

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

 span { border-color: rgb(13,210,147); }

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