Html Css Color HEX #7AA423 Lima

📋 copy color: '#7AA423'

red 122 ◦ green 164 ◦ blue 35

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

Shades of Lima #7AA423

Tints of Lima #7AA423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

 BLUE value IS 35 (14.06% from 255) = 10.9%

R = 38.01%
G = 51.09%
B = 10.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#7AA423 (or 0x7AA423) is known color: Lima. HEX triplet: 7A, A4 and 23. RGB value is (122,164,35). Sum of RGB (Red+Green+Blue) = 122+164+35=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA423 is #855BDC. Grayscale: #898989. Windows color (decimal): -8739805 or 2335866. OLE color: 2335866.

HSL color Cylindrical-coordinate representation of color #7AA423: hue angle of 79.53º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7AA423 is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 164 35 -
CMYK 0.26 0 0.79 0.36
HSL 79.53º 0.65% 0.39% -
HSV(B) 79.53º 0.79% 0.64% -
XYZ 21.6 30.81 6.4 -
YUV 136.74 70.59 117.49 -
System Red Green Blue C M Y K H S L
Decimal 122 164 35 0.26 0 0.79 0.36 79.53 0.65 0.39
Hex 7A A4 23 1A 0 4F 24 50 41 27
Octal 172 244 43 32 0 117 44 120 101 47
Binary 1111010 10100100 100011 11010 0 1001111 100100 1010000 1000001 100111

Color Harmonies of #7AA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA423

Black with #7AA423

Text Example


Text Example

White with #7AA423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,164,35); }

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

background-color css

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

 a { background-color: rgb(122,164,35); }

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

border-color css

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

 span { border-color: rgb(122,164,35); }

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