#0DD297

Color #0DD297 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0DD297

Tints of Caribbean Green #0DD297

Color information

#0DD297 (or 0x0DD297) is unknown color: approx Caribbean Green. HEX triplet: 0D, D2 and 97. RGB value is (13,210,151). Sum of RGB (Red+Green+Blue) = 13+210+151=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 210 (82.42% from 255 or 56.15% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD297 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD297 is #F22D68. Grayscale: #909090. Windows color (decimal): -15871337 or 9949709. OLE color: 9949709.

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

Color convert

RGB13210151-
CMYK0.9400.280.18
HSL162.03º88.34%43.73%-
HSV(B)162.03º93.81%82.35%-
XYZ28.848.4137.1-
YUV144.37131.7334.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.48%
GREEN value IS 210 (82.42% from 255) = 56.15%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=3.48%
G=56.15%
B=40.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal132101510.9400.280.18162.0388.3443.73
HexDD2975E01C12a2582c
Octal153222271360342224213054
Binary11011101001010010111101111001110010010101000101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DD297;
 }
 .AnyTagClassName
 {
   color: #0DD297;
 }
</style>
background-color css

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

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

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

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

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

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