Html Css Color HEX #7ACB9C Padua

📋 copy color: '#7ACB9C'

red 122 ◦ green 203 ◦ blue 156

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

Shades of Padua #7ACB9C

Tints of Padua #7ACB9C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.2%

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

R = 25.36%
G = 42.2%
B = 32.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#7ACB9C (or 0x7ACB9C) is known color: Padua. HEX triplet: 7A, CB and 9C. RGB value is (122,203,156). Sum of RGB (Red+Green+Blue) = 122+203+156=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACB9C is #853463. Grayscale: #ADADAD. Windows color (decimal): -8729700 or 10275706. OLE color: 10275706.

HSL color Cylindrical-coordinate representation of color #7ACB9C: hue angle of 145.19º degrees, saturation: 0.44, 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 #7ACB9C is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 203 156 -
CMYK 0.40 0 0.23 0.20
HSL 145.19º 0.44% 0.64% -
HSV(B) 145.19º 0.4% 0.8% -
XYZ 35.38 49.25 39.09 -
YUV 173.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 122 203 156 0.40 0 0.23 0.20 145.19 0.44 0.64
Hex 7A CB 9C 28 0 17 14 91 2C 40
Octal 172 313 234 50 0 27 24 221 54 100
Binary 1111010 11001011 10011100 101000 0 10111 10100 10010001 101100 1000000

Color Harmonies of #7ACB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACB9C

Black with #7ACB9C

Text Example


Text Example

White with #7ACB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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