#7ABD22

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

Shades of Lima #7ABD22

Tints of Lima #7ABD22

Color information

#7ABD22 (or 0x7ABD22) is unknown color: approx Lima. HEX triplet: 7A, BD and 22. RGB value is (122,189,34). Sum of RGB (Red+Green+Blue) = 122+189+34=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD22 is #8542DD. Grayscale: #979797. Windows color (decimal): -8733406 or 2276730. OLE color: 2276730.

HSL color Cylindrical-coordinate representation of color #7ABD22: hue angle of 85.94º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7ABD22 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB12218934-
CMYK0.3500.820.26
HSL85.94º69.51%43.73%-
HSV(B)85.94º82.01%74.12%-
XYZ26.5140.657.96-
YUV151.361.8107.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 189 (74.22% from 255) = 54.78%
BLUE value IS 34 (13.67% from 255) = 9.86%
R=35.36%
G=54.78%
B=9.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122189340.3500.820.2685.9469.5143.73
Hex7ABD22230521A56462c
Octal172275424301223212610654
Binary111101010111101100010100011010100101101010101101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,34); }

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

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

 a { background-color: rgb(122,189,34); }

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

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

 span { border-color: rgb(122,189,34); }

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