Html Css Color HEX #0DC88D Caribbean Green

📋 copy color: '#0DC88D'

red 13 ◦ green 200 ◦ blue 141

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

Shades of Caribbean Green #0DC88D

Tints of Caribbean Green #0DC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.5%

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 3.67%
G = 56.5%
B = 39.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#0DC88D (or 0x0DC88D) is known color: Caribbean Green. HEX triplet: 0D, C8 and 8D. RGB value is (13,200,141). Sum of RGB (Red+Green+Blue) = 13+200+141=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #0DC88D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC88D is #F23772. Grayscale: #898989. Windows color (decimal): -15873907 or 9291789. OLE color: 9291789.

HSL color Cylindrical-coordinate representation of color #0DC88D: hue angle of 161.07º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC88D is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 13 200 141 -
CMYK 0.94 0 0.29 0.22
HSL 161.07º 0.88% 0.42% -
HSV(B) 161.07º 0.94% 0.78% -
XYZ 25.63 43.32 32.21 -
YUV 137.36 130.05 39.3 -
System Red Green Blue C M Y K H S L
Decimal 13 200 141 0.94 0 0.29 0.22 161.07 0.88 0.42
Hex D C8 8D 5E 0 1D 16 A1 58 2A
Octal 15 310 215 136 0 35 26 241 130 52
Binary 1101 11001000 10001101 1011110 0 11101 10110 10100001 1011000 101010

Color Harmonies of #0DC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC88D

Black with #0DC88D

Text Example


Text Example

White with #0DC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,200,141); }

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

background-color css

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

 a { background-color: rgb(13,200,141); }

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

border-color css

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

 span { border-color: rgb(13,200,141); }

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