Html Css Color HEX #7AC920 Lima

📋 copy color: '#7AC920'

red 122 ◦ green 201 ◦ blue 32

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

Shades of Lima #7AC920

Tints of Lima #7AC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.62%

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 34.37%
G = 56.62%
B = 9.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#7AC920 (or 0x7AC920) is known color: Lima. HEX triplet: 7A, C9 and 20. RGB value is (122,201,32). Sum of RGB (Red+Green+Blue) = 122+201+32=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC920 is #8536DF. Grayscale: #9E9E9E. Windows color (decimal): -8730336 or 2148730. OLE color: 2148730.

HSL color Cylindrical-coordinate representation of color #7AC920: hue angle of 88.05º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7AC920 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 201 32 -
CMYK 0.39 0 0.84 0.21
HSL 88.05º 0.73% 0.46% -
HSV(B) 88.05º 0.84% 0.79% -
XYZ 29.17 46.02 8.71 -
YUV 158.11 56.83 102.24 -
System Red Green Blue C M Y K H S L
Decimal 122 201 32 0.39 0 0.84 0.21 88.05 0.73 0.46
Hex 7A C9 20 27 0 54 15 58 49 2E
Octal 172 311 40 47 0 124 25 130 111 56
Binary 1111010 11001001 100000 100111 0 1010100 10101 1011000 1001001 101110

Color Harmonies of #7AC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC920

Black with #7AC920

Text Example


Text Example

White with #7AC920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,201,32); }

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

background-color css

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

 a { background-color: rgb(122,201,32); }

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

border-color css

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

 span { border-color: rgb(122,201,32); }

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