Html Css Color HEX #07AD82 Mountain Meadow

📋 copy color: '#07AD82'

red 7 ◦ green 173 ◦ blue 130

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

Shades of Mountain Meadow #07AD82

Tints of Mountain Meadow #07AD82

RGB

 RED value IS 7 (3.13% from 255) = 2.26%

 GREEN value IS 173 (67.97% from 255) = 55.81%

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

R = 2.26%
G = 55.81%
B = 41.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#07AD82 (or 0x07AD82) is known color: Mountain Meadow. HEX triplet: 07, AD and 82. RGB value is (7,173,130). Sum of RGB (Red+Green+Blue) = 7+173+130=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07AD82 is #F8527D. Grayscale: #767676. Windows color (decimal): -16274046 or 8563975. OLE color: 8563975.

HSL color Cylindrical-coordinate representation of color #07AD82: hue angle of 164.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AD82 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 173 130 -
CMYK 0.96 0 0.25 0.32
HSL 164.46º 0.92% 0.35% -
HSV(B) 164.46º 0.96% 0.68% -
XYZ 19.06 31.54 26.2 -
YUV 118.46 134.5 48.5 -
System Red Green Blue C M Y K H S L
Decimal 7 173 130 0.96 0 0.25 0.32 164.46 0.92 0.35
Hex 7 AD 82 60 0 19 20 A4 5C 23
Octal 7 255 202 140 0 31 40 244 134 43
Binary 111 10101101 10000010 1100000 0 11001 100000 10100100 1011100 100011

Color Harmonies of #07AD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AD82

Black with #07AD82

Text Example


Text Example

White with #07AD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AD82; }

 p { color: rgb(7,173,130); }

 H1.HeaderClassName
 {
   color: #07AD82;
 }
 .AnyTagClassName
 {
   color: #07AD82;
 }
</style>

background-color css

<style>
 a { background-color: #07AD82; }

 a { background-color: rgb(7,173,130); }

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

border-color css

<style>
 span { border-color: #07AD82; }

 span { border-color: rgb(7,173,130); }

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