Html Css Color HEX #0CCA74 Mountain Meadow

📋 copy color: '#0CCA74'

red 12 ◦ green 202 ◦ blue 116

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

Shades of Mountain Meadow #0CCA74

Tints of Mountain Meadow #0CCA74

RGB

 RED value IS 12 (5.08% from 255) = 3.64%

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

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

R = 3.64%
G = 61.21%
B = 35.15%

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

#0CCA74 (or 0x0CCA74) is known color: Mountain Meadow. HEX triplet: 0C, CA and 74. RGB value is (12,202,116). Sum of RGB (Red+Green+Blue) = 12+202+116=330 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.64% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCA74 is #F3358B. Grayscale: #878787. Windows color (decimal): -15938956 or 7653900. OLE color: 7653900.

HSL color Cylindrical-coordinate representation of color #0CCA74: hue angle of 152.84º degrees, saturation: 0.89, 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 #0CCA74 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 116 -
CMYK 0.94 0 0.43 0.21
HSL 152.84º 0.89% 0.42% -
HSV(B) 152.84º 0.94% 0.79% -
XYZ 24.42 43.58 23.65 -
YUV 135.39 117.05 39.99 -
System Red Green Blue C M Y K H S L
Decimal 12 202 116 0.94 0 0.43 0.21 152.84 0.89 0.42
Hex C CA 74 5E 0 2B 15 99 59 2A
Octal 14 312 164 136 0 53 25 231 131 52
Binary 1100 11001010 1110100 1011110 0 101011 10101 10011001 1011001 101010

Color Harmonies of #0CCA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA74

Black with #0CCA74

Text Example


Text Example

White with #0CCA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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