Html Css Color HEX #0DD295 Caribbean Green

📋 copy color: '#0DD295'

red 13 ◦ green 210 ◦ blue 149

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

Shades of Caribbean Green #0DD295

Tints of Caribbean Green #0DD295

RGB

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

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

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

R = 3.49%
G = 56.45%
B = 40.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#0DD295 (or 0x0DD295) is known color: Caribbean Green. HEX triplet: 0D, D2 and 95. RGB value is (13,210,149). Sum of RGB (Red+Green+Blue) = 13+210+149=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD295 is #F22D6A. Grayscale: #909090. Windows color (decimal): -15871339 or 9818637. OLE color: 9818637.

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

Color convert

RGB 13 210 149 -
CMYK 0.94 0 0.29 0.18
HSL 161.42º 0.88% 0.44% -
HSV(B) 161.42º 0.94% 0.82% -
XYZ 28.64 48.35 36.26 -
YUV 144.14 130.73 34.46 -
System Red Green Blue C M Y K H S L
Decimal 13 210 149 0.94 0 0.29 0.18 161.42 0.88 0.44
Hex D D2 95 5E 0 1D 12 A1 58 2C
Octal 15 322 225 136 0 35 22 241 130 54
Binary 1101 11010010 10010101 1011110 0 11101 10010 10100001 1011000 101100

Color Harmonies of #0DD295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD295

Black with #0DD295

Text Example


Text Example

White with #0DD295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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