Html Css Color HEX #0DC292 Caribbean Green

📋 copy color: '#0DC292'

red 13 ◦ green 194 ◦ blue 146

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

Shades of Caribbean Green #0DC292

Tints of Caribbean Green #0DC292

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.96%

 BLUE value IS 146 (57.42% from 255) = 41.36%

R = 3.68%
G = 54.96%
B = 41.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#0DC292 (or 0x0DC292) is known color: Caribbean Green. HEX triplet: 0D, C2 and 92. RGB value is (13,194,146). Sum of RGB (Red+Green+Blue) = 13+194+146=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #0DC292 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC292 is #F23D6D. Grayscale: #868686. Windows color (decimal): -15875438 or 9617933. OLE color: 9617933.

HSL color Cylindrical-coordinate representation of color #0DC292: hue angle of 164.09º degrees, saturation: 0.87, 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 #0DC292 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 194 146 -
CMYK 0.93 0 0.25 0.24
HSL 164.09º 0.87% 0.41% -
HSV(B) 164.09º 0.93% 0.76% -
XYZ 24.65 40.74 33.76 -
YUV 134.41 134.53 41.4 -
System Red Green Blue C M Y K H S L
Decimal 13 194 146 0.93 0 0.25 0.24 164.09 0.87 0.41
Hex D C2 92 5D 0 19 18 A4 57 29
Octal 15 302 222 135 0 31 30 244 127 51
Binary 1101 11000010 10010010 1011101 0 11001 11000 10100100 1010111 101001

Color Harmonies of #0DC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC292

Black with #0DC292

Text Example


Text Example

White with #0DC292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,194,146); }

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

background-color css

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

 a { background-color: rgb(13,194,146); }

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

border-color css

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

 span { border-color: rgb(13,194,146); }

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