Html Css Color HEX #7AC09C Padua

📋 copy color: '#7AC09C'

red 122 ◦ green 192 ◦ blue 156

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

Shades of Padua #7AC09C

Tints of Padua #7AC09C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

 BLUE value IS 156 (61.33% from 255) = 33.19%

R = 25.96%
G = 40.85%
B = 33.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#7AC09C (or 0x7AC09C) is known color: Padua. HEX triplet: 7A, C0 and 9C. RGB value is (122,192,156). Sum of RGB (Red+Green+Blue) = 122+192+156=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC09C is #853F63. Grayscale: #A7A7A7. Windows color (decimal): -8732516 or 10272890. OLE color: 10272890.

HSL color Cylindrical-coordinate representation of color #7AC09C: hue angle of 149.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7AC09C is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 156 -
CMYK 0.36 0 0.19 0.25
HSL 149.14º 0.36% 0.62% -
HSV(B) 149.14º 0.36% 0.75% -
XYZ 32.88 44.24 38.26 -
YUV 166.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 122 192 156 0.36 0 0.19 0.25 149.14 0.36 0.62
Hex 7A C0 9C 24 0 13 19 95 24 3E
Octal 172 300 234 44 0 23 31 225 44 76
Binary 1111010 11000000 10011100 100100 0 10011 11001 10010101 100100 111110

Color Harmonies of #7AC09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC09C

Black with #7AC09C

Text Example


Text Example

White with #7AC09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,192,156); }

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

background-color css

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

 a { background-color: rgb(122,192,156); }

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

border-color css

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

 span { border-color: rgb(122,192,156); }

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