#7ACA29

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

Shades of Lima #7ACA29

Tints of Lima #7ACA29

Color information

#7ACA29 (or 0x7ACA29) is unknown color: approx Lima. HEX triplet: 7A, CA and 29. RGB value is (122,202,41). Sum of RGB (Red+Green+Blue) = 122+202+41=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACA29 is #8535D6. Grayscale: #A0A0A0. Windows color (decimal): -8730071 or 2738810. OLE color: 2738810.

HSL color Cylindrical-coordinate representation of color #7ACA29: hue angle of 89.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7ACA29 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB12220241-
CMYK0.4000.800.21
HSL89.81º66.26%47.65%-
HSV(B)89.81º79.7%79.22%-
XYZ29.5546.549.52-
YUV159.7361101.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 202 (79.30% from 255) = 55.34%
BLUE value IS 41 (16.41% from 255) = 11.23%
R=33.42%
G=55.34%
B=11.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122202410.4000.800.2189.8166.2647.65
Hex7ACA2928050155a4230
Octal172312515001202513210260
Binary111101011001010101001101000010100001010110110101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,202,41); }

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

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

 a { background-color: rgb(122,202,41); }

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

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

 span { border-color: rgb(122,202,41); }

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