Html Css Color HEX #7AC09A Padua

📋 copy color: '#7AC09A'

red 122 ◦ green 192 ◦ blue 154

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

Shades of Padua #7AC09A

Tints of Padua #7AC09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.91%

R = 26.07%
G = 41.03%
B = 32.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#7AC09A (or 0x7AC09A) is known color: Padua. HEX triplet: 7A, C0 and 9A. RGB value is (122,192,154). Sum of RGB (Red+Green+Blue) = 122+192+154=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC09A is #853F65. Grayscale: #A6A6A6. Windows color (decimal): -8732518 or 10141818. OLE color: 10141818.

HSL color Cylindrical-coordinate representation of color #7AC09A: hue angle of 147.43º 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 #7AC09A is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 154 -
CMYK 0.36 0 0.20 0.25
HSL 147.43º 0.36% 0.62% -
HSV(B) 147.43º 0.36% 0.75% -
XYZ 32.71 44.17 37.37 -
YUV 166.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 122 192 154 0.36 0 0.20 0.25 147.43 0.36 0.62
Hex 7A C0 9A 24 0 14 19 93 24 3E
Octal 172 300 232 44 0 24 31 223 44 76
Binary 1111010 11000000 10011010 100100 0 10100 11001 10010011 100100 111110

Color Harmonies of #7AC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC09A

Black with #7AC09A

Text Example


Text Example

White with #7AC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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