Html Css Color HEX #7ACC9C Padua

📋 copy color: '#7ACC9C'

red 122 ◦ green 204 ◦ blue 156

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

Shades of Padua #7ACC9C

Tints of Padua #7ACC9C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 156 (61.33% from 255) = 32.37%

R = 25.31%
G = 42.32%
B = 32.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#7ACC9C (or 0x7ACC9C) is known color: Padua. HEX triplet: 7A, CC and 9C. RGB value is (122,204,156). Sum of RGB (Red+Green+Blue) = 122+204+156=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC9C is #853363. Grayscale: #AEAEAE. Windows color (decimal): -8729444 or 10275962. OLE color: 10275962.

HSL color Cylindrical-coordinate representation of color #7ACC9C: hue angle of 144.88º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACC9C is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 204 156 -
CMYK 0.40 0 0.24 0.2
HSL 144.88º 0.45% 0.64% -
HSV(B) 144.88º 0.4% 0.8% -
XYZ 35.62 49.72 39.17 -
YUV 174.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 122 204 156 0.40 0 0.24 0.2 144.88 0.45 0.64
Hex 7A CC 9C 28 0 18 14 91 2D 40
Octal 172 314 234 50 0 30 24 221 55 100
Binary 1111010 11001100 10011100 101000 0 11000 10100 10010001 101101 1000000

Color Harmonies of #7ACC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACC9C

Black with #7ACC9C

Text Example


Text Example

White with #7ACC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,204,156); }

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

background-color css

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

 a { background-color: rgb(122,204,156); }

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

border-color css

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

 span { border-color: rgb(122,204,156); }

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