Html Css Color HEX #7AC696 Padua

📋 copy color: '#7AC696'

red 122 ◦ green 198 ◦ blue 150

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

Shades of Padua #7AC696

Tints of Padua #7AC696

RGB

 RED value IS 122 (48.05% from 255) = 25.96%

 GREEN value IS 198 (77.73% from 255) = 42.13%

 BLUE value IS 150 (58.98% from 255) = 31.91%

R = 25.96%
G = 42.13%
B = 31.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#7AC696 (or 0x7AC696) is known color: Padua. HEX triplet: 7A, C6 and 96. RGB value is (122,198,150). Sum of RGB (Red+Green+Blue) = 122+198+150=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC696 is #853969. Grayscale: #A9A9A9. Windows color (decimal): -8730986 or 9881210. OLE color: 9881210.

HSL color Cylindrical-coordinate representation of color #7AC696: hue angle of 142.11º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC696 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 122 198 150 -
CMYK 0.38 0 0.24 0.22
HSL 142.11º 0.4% 0.63% -
HSV(B) 142.11º 0.38% 0.78% -
XYZ 33.73 46.73 36.1 -
YUV 169.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 122 198 150 0.38 0 0.24 0.22 142.11 0.4 0.63
Hex 7A C6 96 26 0 18 16 8E 28 3F
Octal 172 306 226 46 0 30 26 216 50 77
Binary 1111010 11000110 10010110 100110 0 11000 10110 10001110 101000 111111

Color Harmonies of #7AC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC696

Black with #7AC696

Text Example


Text Example

White with #7AC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AC696; }

 p { color: rgb(122,198,150); }

 H1.HeaderClassName
 {
   color: #7AC696;
 }
 .AnyTagClassName
 {
   color: #7AC696;
 }
</style>

background-color css

<style>
 a { background-color: #7AC696; }

 a { background-color: rgb(122,198,150); }

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

border-color css

<style>
 span { border-color: #7AC696; }

 span { border-color: rgb(122,198,150); }

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