#7ABF97

Color #7ABF97 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7ABF97

Tints of Padua #7ABF97

Color information

#7ABF97 (or 0x7ABF97) is unknown color: approx Padua. HEX triplet: 7A, BF and 97. RGB value is (122,191,151). Sum of RGB (Red+Green+Blue) = 122+191+151=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABF97 is #854068. Grayscale: #A5A5A5. Windows color (decimal): -8732777 or 9944954. OLE color: 9944954.

HSL color Cylindrical-coordinate representation of color #7ABF97: hue angle of 145.22º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABF97 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB122191151-
CMYK0.3600.210.25
HSL145.22º35.03%61.37%-
HSV(B)145.22º36.13%74.9%-
XYZ32.2443.6336-
YUV165.81119.6496.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 151 (59.38% from 255) = 32.54%
R=26.29%
G=41.16%
B=32.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911510.3600.210.25145.2235.0361.37
Hex7ABF97240151991233d
Octal17227722744025312214375
Binary111101010111111100101111001000101011100110010001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,151); }

 H1.HeaderClassName
 {
   color: #7ABF97;
 }
 .AnyTagClassName
 {
   color: #7ABF97;
 }
</style>
background-color css

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

 a { background-color: rgb(122,191,151); }

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

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

 span { border-color: rgb(122,191,151); }

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