Html Css Color HEX #7AAF28 Lima

📋 copy color: '#7AAF28'

red 122 ◦ green 175 ◦ blue 40

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

Shades of Lima #7AAF28

Tints of Lima #7AAF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.93%

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

R = 36.2%
G = 51.93%
B = 11.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#7AAF28 (or 0x7AAF28) is known color: Lima. HEX triplet: 7A, AF and 28. RGB value is (122,175,40). Sum of RGB (Red+Green+Blue) = 122+175+40=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF28 is #8550D7. Grayscale: #909090. Windows color (decimal): -8736984 or 2666362. OLE color: 2666362.

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

Color convert

RGB 122 175 40 -
CMYK 0.30 0 0.77 0.31
HSL 83.56º 0.63% 0.42% -
HSV(B) 83.56º 0.77% 0.69% -
XYZ 23.74 34.95 7.5 -
YUV 143.76 69.44 112.48 -
System Red Green Blue C M Y K H S L
Decimal 122 175 40 0.30 0 0.77 0.31 83.56 0.63 0.42
Hex 7A AF 28 1E 0 4D 1F 54 3F 2A
Octal 172 257 50 36 0 115 37 124 77 52
Binary 1111010 10101111 101000 11110 0 1001101 11111 1010100 111111 101010

Color Harmonies of #7AAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF28

Black with #7AAF28

Text Example


Text Example

White with #7AAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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