Html Css Color HEX #0DCD95 Caribbean Green

📋 copy color: '#0DCD95'

red 13 ◦ green 205 ◦ blue 149

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

Shades of Caribbean Green #0DCD95

Tints of Caribbean Green #0DCD95

RGB

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

 GREEN value IS 205 (80.47% from 255) = 55.86%

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

R = 3.54%
G = 55.86%
B = 40.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#0DCD95 (or 0x0DCD95) is known color: Caribbean Green. HEX triplet: 0D, CD and 95. RGB value is (13,205,149). Sum of RGB (Red+Green+Blue) = 13+205+149=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DCD95 is #F2326A. Grayscale: #8D8D8D. Windows color (decimal): -15872619 or 9817357. OLE color: 9817357.

HSL color Cylindrical-coordinate representation of color #0DCD95: hue angle of 162.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCD95 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 13 205 149 -
CMYK 0.94 0 0.27 0.20
HSL 162.5º 0.88% 0.43% -
HSV(B) 162.5º 0.94% 0.8% -
XYZ 27.42 45.92 35.85 -
YUV 141.21 132.39 36.55 -
System Red Green Blue C M Y K H S L
Decimal 13 205 149 0.94 0 0.27 0.20 162.5 0.88 0.43
Hex D CD 95 5E 0 1B 14 A2 58 2B
Octal 15 315 225 136 0 33 24 242 130 53
Binary 1101 11001101 10010101 1011110 0 11011 10100 10100010 1011000 101011

Color Harmonies of #0DCD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCD95

Black with #0DCD95

Text Example


Text Example

White with #0DCD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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