Html Css Color HEX #0DC397 Caribbean Green

📋 copy color: '#0DC397'

red 13 ◦ green 195 ◦ blue 151

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

Shades of Caribbean Green #0DC397

Tints of Caribbean Green #0DC397

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.32%

 BLUE value IS 151 (59.38% from 255) = 42.06%

R = 3.62%
G = 54.32%
B = 42.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#0DC397 (or 0x0DC397) is known color: Caribbean Green. HEX triplet: 0D, C3 and 97. RGB value is (13,195,151). Sum of RGB (Red+Green+Blue) = 13+195+151=359 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.62% from 359); Green value is 195 (76.56% from 255 or 54.32% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC397 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC397 is #F23C68. Grayscale: #878787. Windows color (decimal): -15875177 or 9945869. OLE color: 9945869.

HSL color Cylindrical-coordinate representation of color #0DC397: hue angle of 165.49º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC397 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 151 -
CMYK 0.93 0 0.23 0.24
HSL 165.49º 0.88% 0.41% -
HSV(B) 165.49º 0.93% 0.76% -
XYZ 25.27 41.35 35.93 -
YUV 135.57 136.7 40.58 -
System Red Green Blue C M Y K H S L
Decimal 13 195 151 0.93 0 0.23 0.24 165.49 0.88 0.41
Hex D C3 97 5D 0 17 18 A5 58 29
Octal 15 303 227 135 0 27 30 245 130 51
Binary 1101 11000011 10010111 1011101 0 10111 11000 10100101 1011000 101001

Color Harmonies of #0DC397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC397

Black with #0DC397

Text Example


Text Example

White with #0DC397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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