Html Css Color HEX #7AA223 Lima

📋 copy color: '#7AA223'

red 122 ◦ green 162 ◦ blue 35

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

Shades of Lima #7AA223

Tints of Lima #7AA223

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.78%

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

R = 38.24%
G = 50.78%
B = 10.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#7AA223 (or 0x7AA223) is known color: Lima. HEX triplet: 7A, A2 and 23. RGB value is (122,162,35). Sum of RGB (Red+Green+Blue) = 122+162+35=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA223 is #855DDC. Grayscale: #888888. Windows color (decimal): -8740317 or 2335354. OLE color: 2335354.

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

Color convert

RGB 122 162 35 -
CMYK 0.25 0 0.78 0.36
HSL 78.9º 0.64% 0.39% -
HSV(B) 78.9º 0.78% 0.64% -
XYZ 21.25 30.1 6.28 -
YUV 135.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 122 162 35 0.25 0 0.78 0.36 78.9 0.64 0.39
Hex 7A A2 23 19 0 4E 24 4F 40 27
Octal 172 242 43 31 0 116 44 117 100 47
Binary 1111010 10100010 100011 11001 0 1001110 100100 1001111 1000000 100111

Color Harmonies of #7AA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA223

Black with #7AA223

Text Example


Text Example

White with #7AA223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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