Html Css Color HEX #7AC294 Padua

📋 copy color: '#7AC294'

red 122 ◦ green 194 ◦ blue 148

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

Shades of Padua #7AC294

Tints of Padua #7AC294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.81%

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

R = 26.29%
G = 41.81%
B = 31.9%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#7AC294 (or 0x7AC294) is known color: Padua. HEX triplet: 7A, C2 and 94. RGB value is (122,194,148). Sum of RGB (Red+Green+Blue) = 122+194+148=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC294 is #853D6B. Grayscale: #A7A7A7. Windows color (decimal): -8732012 or 9749114. OLE color: 9749114.

HSL color Cylindrical-coordinate representation of color #7AC294: hue angle of 141.67º degrees, saturation: 0.37, 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 #7AC294 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 194 148 -
CMYK 0.37 0 0.24 0.24
HSL 141.67º 0.37% 0.62% -
HSV(B) 141.67º 0.37% 0.76% -
XYZ 32.66 44.86 34.95 -
YUV 167.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 122 194 148 0.37 0 0.24 0.24 141.67 0.37 0.62
Hex 7A C2 94 25 0 18 18 8E 25 3E
Octal 172 302 224 45 0 30 30 216 45 76
Binary 1111010 11000010 10010100 100101 0 11000 11000 10001110 100101 111110

Color Harmonies of #7AC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC294

Black with #7AC294

Text Example


Text Example

White with #7AC294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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