Html Css Color HEX #7AAF26 Lima

📋 copy color: '#7AAF26'

red 122 ◦ green 175 ◦ blue 38

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

Shades of Lima #7AAF26

Tints of Lima #7AAF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.34%

R = 36.42%
G = 52.24%
B = 11.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#7AAF26 (or 0x7AAF26) is known color: Lima. HEX triplet: 7A, AF and 26. RGB value is (122,175,38). Sum of RGB (Red+Green+Blue) = 122+175+38=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF26 is #8550D9. Grayscale: #909090. Windows color (decimal): -8736986 or 2535290. OLE color: 2535290.

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

Color convert

RGB 122 175 38 -
CMYK 0.30 0 0.78 0.31
HSL 83.21º 0.64% 0.42% -
HSV(B) 83.21º 0.78% 0.69% -
XYZ 23.71 34.94 7.33 -
YUV 143.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 122 175 38 0.30 0 0.78 0.31 83.21 0.64 0.42
Hex 7A AF 26 1E 0 4E 1F 53 40 2A
Octal 172 257 46 36 0 116 37 123 100 52
Binary 1111010 10101111 100110 11110 0 1001110 11111 1010011 1000000 101010

Color Harmonies of #7AAF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF26

Black with #7AAF26

Text Example


Text Example

White with #7AAF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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