#7AC227

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

Shades of Lima #7AC227

Tints of Lima #7AC227

Color information

#7AC227 (or 0x7AC227) is unknown color: approx Lima. HEX triplet: 7A, C2 and 27. RGB value is (122,194,39). Sum of RGB (Red+Green+Blue) = 122+194+39=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC227 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC227 is #853DD8. Grayscale: #9B9B9B. Windows color (decimal): -8732121 or 2605690. OLE color: 2605690.

HSL color Cylindrical-coordinate representation of color #7AC227: hue angle of 87.87º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AC227 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB12219439-
CMYK0.3700.800.24
HSL87.87º66.52%45.69%-
HSV(B)87.87º79.9%76.08%-
XYZ27.6842.878.73-
YUV154.862.65104.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 194 (76.17% from 255) = 54.65%
BLUE value IS 39 (15.62% from 255) = 10.99%
R=34.37%
G=54.65%
B=10.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122194390.3700.800.2487.8766.5245.69
Hex7AC227250501858432e
Octal172302474501203013010356
Binary111101011000010100111100101010100001100010110001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,194,39); }

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

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

 a { background-color: rgb(122,194,39); }

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

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

 span { border-color: rgb(122,194,39); }

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