Html Css Color HEX #7AC194 Padua

📋 copy color: '#7AC194'

red 122 ◦ green 193 ◦ blue 148

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

Shades of Padua #7AC194

Tints of Padua #7AC194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 26.35%
G = 41.68%
B = 31.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#7AC194 (or 0x7AC194) is known color: Padua. HEX triplet: 7A, C1 and 94. RGB value is (122,193,148). Sum of RGB (Red+Green+Blue) = 122+193+148=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC194 is #853E6B. Grayscale: #A6A6A6. Windows color (decimal): -8732268 or 9748858. OLE color: 9748858.

HSL color Cylindrical-coordinate representation of color #7AC194: hue angle of 141.97º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AC194 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 193 148 -
CMYK 0.37 0 0.23 0.24
HSL 141.97º 0.36% 0.62% -
HSV(B) 141.97º 0.37% 0.76% -
XYZ 32.44 44.42 34.88 -
YUV 166.64 117.48 96.16 -
System Red Green Blue C M Y K H S L
Decimal 122 193 148 0.37 0 0.23 0.24 141.97 0.36 0.62
Hex 7A C1 94 25 0 17 18 8E 24 3E
Octal 172 301 224 45 0 27 30 216 44 76
Binary 1111010 11000001 10010100 100101 0 10111 11000 10001110 100100 111110

Color Harmonies of #7AC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC194

Black with #7AC194

Text Example


Text Example

White with #7AC194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,193,148); }

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

background-color css

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

 a { background-color: rgb(122,193,148); }

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

border-color css

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

 span { border-color: rgb(122,193,148); }

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