Html Css Color HEX #7AC19B Padua

📋 copy color: '#7AC19B'

red 122 ◦ green 193 ◦ blue 155

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

Shades of Padua #7AC19B

Tints of Padua #7AC19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.98%

R = 25.96%
G = 41.06%
B = 32.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#7AC19B (or 0x7AC19B) is known color: Padua. HEX triplet: 7A, C1 and 9B. RGB value is (122,193,155). Sum of RGB (Red+Green+Blue) = 122+193+155=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC19B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC19B is #853E64. Grayscale: #A7A7A7. Windows color (decimal): -8732261 or 10207610. OLE color: 10207610.

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

Color convert

RGB 122 193 155 -
CMYK 0.37 0 0.20 0.24
HSL 147.89º 0.36% 0.62% -
HSV(B) 147.89º 0.37% 0.76% -
XYZ 33.01 44.64 37.89 -
YUV 167.44 120.98 95.59 -
System Red Green Blue C M Y K H S L
Decimal 122 193 155 0.37 0 0.20 0.24 147.89 0.36 0.62
Hex 7A C1 9B 25 0 14 18 94 24 3E
Octal 172 301 233 45 0 24 30 224 44 76
Binary 1111010 11000001 10011011 100101 0 10100 11000 10010100 100100 111110

Color Harmonies of #7AC19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC19B

Black with #7AC19B

Text Example


Text Example

White with #7AC19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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