Html Css Color HEX #7AAE28 Lima

📋 copy color: '#7AAE28'

red 122 ◦ green 174 ◦ blue 40

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

Shades of Lima #7AAE28

Tints of Lima #7AAE28

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.79%

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 36.31%
G = 51.79%
B = 11.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#7AAE28 (or 0x7AAE28) is known color: Lima. HEX triplet: 7A, AE and 28. RGB value is (122,174,40). Sum of RGB (Red+Green+Blue) = 122+174+40=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE28 is #8551D7. Grayscale: #8F8F8F. Windows color (decimal): -8737240 or 2666106. OLE color: 2666106.

HSL color Cylindrical-coordinate representation of color #7AAE28: hue angle of 83.28º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AAE28 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 40 -
CMYK 0.30 0 0.77 0.32
HSL 83.28º 0.63% 0.42% -
HSV(B) 83.28º 0.77% 0.68% -
XYZ 23.55 34.56 7.44 -
YUV 143.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 122 174 40 0.30 0 0.77 0.32 83.28 0.63 0.42
Hex 7A AE 28 1E 0 4D 20 53 3F 2A
Octal 172 256 50 36 0 115 40 123 77 52
Binary 1111010 10101110 101000 11110 0 1001101 100000 1010011 111111 101010

Color Harmonies of #7AAE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE28

Black with #7AAE28

Text Example


Text Example

White with #7AAE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,174,40); }

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

background-color css

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

 a { background-color: rgb(122,174,40); }

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

border-color css

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

 span { border-color: rgb(122,174,40); }

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