Html Css Color HEX #7AA825 Lima

📋 copy color: '#7AA825'

red 122 ◦ green 168 ◦ blue 37

#7AA825
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7AA825

Tints of Lima #7AA825

RGB

 RED value IS 122 (48.05% from 255) = 37.31%

 GREEN value IS 168 (66.02% from 255) = 51.38%

 BLUE value IS 37 (14.84% from 255) = 11.31%

R = 37.31%
G = 51.38%
B = 11.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#7AA825 (or 0x7AA825) is known color: Lima. HEX triplet: 7A, A8 and 25. RGB value is (122,168,37). Sum of RGB (Red+Green+Blue) = 122+168+37=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA825 is #8557DA. Grayscale: #8B8B8B. Windows color (decimal): -8738779 or 2467962. OLE color: 2467962.

HSL color Cylindrical-coordinate representation of color #7AA825: hue angle of 81.07º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AA825 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 122 168 37 -
CMYK 0.27 0 0.78 0.34
HSL 81.07º 0.64% 0.4% -
HSV(B) 81.07º 0.78% 0.66% -
XYZ 22.36 32.28 6.8 -
YUV 139.31 70.26 115.65 -
System Red Green Blue C M Y K H S L
Decimal 122 168 37 0.27 0 0.78 0.34 81.07 0.64 0.4
Hex 7A A8 25 1B 0 4E 22 51 40 28
Octal 172 250 45 33 0 116 42 121 100 50
Binary 1111010 10101000 100101 11011 0 1001110 100010 1010001 1000000 101000

Color Harmonies of #7AA825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA825

Black with #7AA825

Text Example


Text Example

White with #7AA825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,168,37); }

 H1.HeaderClassName
 {
   color: #7AA825;
 }
 .AnyTagClassName
 {
   color: #7AA825;
 }
</style>

background-color css

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

 a { background-color: rgb(122,168,37); }

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

border-color css

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

 span { border-color: rgb(122,168,37); }

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