Html Css Color HEX #7AB915 Lima

📋 copy color: '#7AB915'

red 122 ◦ green 185 ◦ blue 21

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

Shades of Lima #7AB915

Tints of Lima #7AB915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.4%

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

R = 37.2%
G = 56.4%
B = 6.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#7AB915 (or 0x7AB915) is known color: Lima. HEX triplet: 7A, B9 and 15. RGB value is (122,185,21). Sum of RGB (Red+Green+Blue) = 122+185+21=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB915 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB915 is #8546EA. Grayscale: #949494. Windows color (decimal): -8734443 or 1423738. OLE color: 1423738.

HSL color Cylindrical-coordinate representation of color #7AB915: hue angle of 83.05º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AB915 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 185 21 -
CMYK 0.34 0 0.89 0.27
HSL 83.05º 0.8% 0.4% -
HSV(B) 83.05º 0.89% 0.73% -
XYZ 25.51 38.89 6.87 -
YUV 147.47 56.63 109.84 -
System Red Green Blue C M Y K H S L
Decimal 122 185 21 0.34 0 0.89 0.27 83.05 0.8 0.4
Hex 7A B9 15 22 0 59 1B 53 50 28
Octal 172 271 25 42 0 131 33 123 120 50
Binary 1111010 10111001 10101 100010 0 1011001 11011 1010011 1010000 101000

Color Harmonies of #7AB915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB915

Black with #7AB915

Text Example


Text Example

White with #7AB915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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