Html Css Color HEX #7AC015 Lima

📋 copy color: '#7AC015'

red 122 ◦ green 192 ◦ blue 21

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

Shades of Lima #7AC015

Tints of Lima #7AC015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.27%

R = 36.42%
G = 57.31%
B = 6.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#7AC015 (or 0x7AC015) is known color: Lima. HEX triplet: 7A, C0 and 15. RGB value is (122,192,21). Sum of RGB (Red+Green+Blue) = 122+192+21=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC015 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC015 is #853FEA. Grayscale: #989898. Windows color (decimal): -8732651 or 1425530. OLE color: 1425530.

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

Color convert

RGB 122 192 21 -
CMYK 0.36 0 0.89 0.25
HSL 84.56º 0.8% 0.42% -
HSV(B) 84.56º 0.89% 0.75% -
XYZ 27.01 41.89 7.37 -
YUV 151.58 54.31 106.9 -
System Red Green Blue C M Y K H S L
Decimal 122 192 21 0.36 0 0.89 0.25 84.56 0.8 0.42
Hex 7A C0 15 24 0 59 19 55 50 2A
Octal 172 300 25 44 0 131 31 125 120 52
Binary 1111010 11000000 10101 100100 0 1011001 11001 1010101 1010000 101010

Color Harmonies of #7AC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC015

Black with #7AC015

Text Example


Text Example

White with #7AC015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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