Html Css Color HEX #0DCA74 Mountain Meadow

📋 copy color: '#0DCA74'

red 13 ◦ green 202 ◦ blue 116

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

Shades of Mountain Meadow #0DCA74

Tints of Mountain Meadow #0DCA74

RGB

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

 GREEN value IS 202 (79.3% from 255) = 61.03%

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 3.93%
G = 61.03%
B = 35.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#0DCA74 (or 0x0DCA74) is known color: Mountain Meadow. HEX triplet: 0D, CA and 74. RGB value is (13,202,116). Sum of RGB (Red+Green+Blue) = 13+202+116=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCA74 is #F2358B. Grayscale: #878787. Windows color (decimal): -15873420 or 7653901. OLE color: 7653901.

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

Color convert

RGB 13 202 116 -
CMYK 0.94 0 0.43 0.21
HSL 152.7º 0.88% 0.42% -
HSV(B) 152.7º 0.94% 0.79% -
XYZ 24.44 43.59 23.65 -
YUV 135.69 116.88 40.49 -
System Red Green Blue C M Y K H S L
Decimal 13 202 116 0.94 0 0.43 0.21 152.7 0.88 0.42
Hex D CA 74 5E 0 2B 15 99 58 2A
Octal 15 312 164 136 0 53 25 231 130 52
Binary 1101 11001010 1110100 1011110 0 101011 10101 10011001 1011000 101010

Color Harmonies of #0DCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCA74

Black with #0DCA74

Text Example


Text Example

White with #0DCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,202,116); }

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

background-color css

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

 a { background-color: rgb(13,202,116); }

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

border-color css

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

 span { border-color: rgb(13,202,116); }

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