Html Css Color HEX #7AC199 Padua

📋 copy color: '#7AC199'

red 122 ◦ green 193 ◦ blue 153

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

Shades of Padua #7AC199

Tints of Padua #7AC199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.69%

R = 26.07%
G = 41.24%
B = 32.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#7AC199 (or 0x7AC199) is known color: Padua. HEX triplet: 7A, C1 and 99. RGB value is (122,193,153). Sum of RGB (Red+Green+Blue) = 122+193+153=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC199 is #853E66. Grayscale: #A7A7A7. Windows color (decimal): -8732263 or 10076538. OLE color: 10076538.

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

Color convert

RGB 122 193 153 -
CMYK 0.37 0 0.21 0.24
HSL 146.2º 0.36% 0.62% -
HSV(B) 146.2º 0.37% 0.76% -
XYZ 32.85 44.58 37.01 -
YUV 167.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 122 193 153 0.37 0 0.21 0.24 146.2 0.36 0.62
Hex 7A C1 99 25 0 15 18 92 24 3E
Octal 172 301 231 45 0 25 30 222 44 76
Binary 1111010 11000001 10011001 100101 0 10101 11000 10010010 100100 111110

Color Harmonies of #7AC199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC199

Black with #7AC199

Text Example


Text Example

White with #7AC199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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