Html Css Color HEX #0DC38A Mountain Meadow

📋 copy color: '#0DC38A'

red 13 ◦ green 195 ◦ blue 138

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

Shades of Mountain Meadow #0DC38A

Tints of Mountain Meadow #0DC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 3.76%
G = 56.36%
B = 39.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#0DC38A (or 0x0DC38A) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 8A. RGB value is (13,195,138). Sum of RGB (Red+Green+Blue) = 13+195+138=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC38A is #F23C75. Grayscale: #868686. Windows color (decimal): -15875190 or 9093901. OLE color: 9093901.

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

Color convert

RGB 13 195 138 -
CMYK 0.93 0 0.29 0.24
HSL 161.21º 0.88% 0.41% -
HSV(B) 161.21º 0.93% 0.76% -
XYZ 24.27 40.95 30.67 -
YUV 134.08 130.2 41.63 -
System Red Green Blue C M Y K H S L
Decimal 13 195 138 0.93 0 0.29 0.24 161.21 0.88 0.41
Hex D C3 8A 5D 0 1D 18 A1 58 29
Octal 15 303 212 135 0 35 30 241 130 51
Binary 1101 11000011 10001010 1011101 0 11101 11000 10100001 1011000 101001

Color Harmonies of #0DC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC38A

Black with #0DC38A

Text Example


Text Example

White with #0DC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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