Html Css Color HEX #0DC490 Caribbean Green

📋 copy color: '#0DC490'

red 13 ◦ green 196 ◦ blue 144

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

Shades of Caribbean Green #0DC490

Tints of Caribbean Green #0DC490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.52%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 3.68%
G = 55.52%
B = 40.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#0DC490 (or 0x0DC490) is known color: Caribbean Green. HEX triplet: 0D, C4 and 90. RGB value is (13,196,144). Sum of RGB (Red+Green+Blue) = 13+196+144=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #0DC490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC490 is #F23B6F. Grayscale: #878787. Windows color (decimal): -15874928 or 9487373. OLE color: 9487373.

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

Color convert

RGB 13 196 144 -
CMYK 0.93 0 0.27 0.23
HSL 162.95º 0.88% 0.41% -
HSV(B) 162.95º 0.93% 0.77% -
XYZ 24.94 41.58 33.1 -
YUV 135.36 132.87 40.73 -
System Red Green Blue C M Y K H S L
Decimal 13 196 144 0.93 0 0.27 0.23 162.95 0.88 0.41
Hex D C4 90 5D 0 1B 17 A3 58 29
Octal 15 304 220 135 0 33 27 243 130 51
Binary 1101 11000100 10010000 1011101 0 11011 10111 10100011 1011000 101001

Color Harmonies of #0DC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC490

Black with #0DC490

Text Example


Text Example

White with #0DC490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,196,144); }

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

background-color css

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

 a { background-color: rgb(13,196,144); }

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

border-color css

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

 span { border-color: rgb(13,196,144); }

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