Html Css Color HEX #04C182 Mountain Meadow

📋 copy color: '#04C182'

red 4 ◦ green 193 ◦ blue 130

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

Shades of Mountain Meadow #04C182

Tints of Mountain Meadow #04C182

RGB

 RED value IS 4 (1.95% from 255) = 1.22%

 GREEN value IS 193 (75.78% from 255) = 59.02%

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 1.22%
G = 59.02%
B = 39.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#04C182 (or 0x04C182) is known color: Mountain Meadow. HEX triplet: 04, C1 and 82. RGB value is (4,193,130). Sum of RGB (Red+Green+Blue) = 4+193+130=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #04C182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04C182 is #FB3E7D. Grayscale: #818181. Windows color (decimal): -16465534 or 8569092. OLE color: 8569092.

HSL color Cylindrical-coordinate representation of color #04C182: hue angle of 160º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C182 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 193 130 -
CMYK 0.98 0 0.33 0.24
HSL 160º 0.96% 0.39% -
HSV(B) 160º 0.98% 0.76% -
XYZ 23.15 39.78 27.58 -
YUV 129.31 128.38 38.62 -
System Red Green Blue C M Y K H S L
Decimal 4 193 130 0.98 0 0.33 0.24 160 0.96 0.39
Hex 4 C1 82 62 0 21 18 A0 60 27
Octal 4 301 202 142 0 41 30 240 140 47
Binary 100 11000001 10000010 1100010 0 100001 11000 10100000 1100000 100111

Color Harmonies of #04C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C182

Black with #04C182

Text Example


Text Example

White with #04C182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04C182; }

 p { color: rgb(4,193,130); }

 H1.HeaderClassName
 {
   color: #04C182;
 }
 .AnyTagClassName
 {
   color: #04C182;
 }
</style>

background-color css

<style>
 a { background-color: #04C182; }

 a { background-color: rgb(4,193,130); }

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

border-color css

<style>
 span { border-color: #04C182; }

 span { border-color: rgb(4,193,130); }

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