Html Css Color HEX #7AC022 Lima

📋 copy color: '#7AC022'

red 122 ◦ green 192 ◦ blue 34

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

Shades of Lima #7AC022

Tints of Lima #7AC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.17%

 BLUE value IS 34 (13.67% from 255) = 9.77%

R = 35.06%
G = 55.17%
B = 9.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#7AC022 (or 0x7AC022) is known color: Lima. HEX triplet: 7A, C0 and 22. RGB value is (122,192,34). Sum of RGB (Red+Green+Blue) = 122+192+34=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC022 is #853FDD. Grayscale: #999999. Windows color (decimal): -8732638 or 2277498. OLE color: 2277498.

HSL color Cylindrical-coordinate representation of color #7AC022: hue angle of 86.58º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7AC022 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 34 -
CMYK 0.36 0 0.82 0.25
HSL 86.58º 0.7% 0.44% -
HSV(B) 86.58º 0.82% 0.75% -
XYZ 27.16 41.95 8.18 -
YUV 153.06 60.81 105.85 -
System Red Green Blue C M Y K H S L
Decimal 122 192 34 0.36 0 0.82 0.25 86.58 0.7 0.44
Hex 7A C0 22 24 0 52 19 57 46 2C
Octal 172 300 42 44 0 122 31 127 106 54
Binary 1111010 11000000 100010 100100 0 1010010 11001 1010111 1000110 101100

Color Harmonies of #7AC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC022

Black with #7AC022

Text Example


Text Example

White with #7AC022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,192,34); }

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

background-color css

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

 a { background-color: rgb(122,192,34); }

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

border-color css

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

 span { border-color: rgb(122,192,34); }

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