#7AAF1B

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

Shades of Lima #7AAF1B

Tints of Lima #7AAF1B

Color information

#7AAF1B (or 0x7AAF1B) is unknown color: approx Lima. HEX triplet: 7A, AF and 1B. RGB value is (122,175,27). Sum of RGB (Red+Green+Blue) = 122+175+27=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF1B is #8550E4. Grayscale: #8E8E8E. Windows color (decimal): -8736997 or 1814394. OLE color: 1814394.

HSL color Cylindrical-coordinate representation of color #7AAF1B: hue angle of 81.49º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AAF1B is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB12217527-
CMYK0.3000.850.31
HSL81.49º73.27%39.61%-
HSV(B)81.49º84.57%68.63%-
XYZ23.5534.886.53-
YUV142.2862.94113.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.65%
GREEN value IS 175 (68.75% from 255) = 54.01%
BLUE value IS 27 (10.94% from 255) = 8.33%
R=37.65%
G=54.01%
B=8.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122175270.3000.850.3181.4973.2739.61
Hex7AAF1B1E0551F514928
Octal172257333601253712111150
Binary1111010101011111101111110010101011111110100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,27); }

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

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

 a { background-color: rgb(122,175,27); }

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

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

 span { border-color: rgb(122,175,27); }

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