Html Css Color HEX #7AB018 Lima

📋 copy color: '#7AB018'

red 122 ◦ green 176 ◦ blue 24

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

Shades of Lima #7AB018

Tints of Lima #7AB018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 54.66%

 BLUE value IS 24 (9.77% from 255) = 7.45%

R = 37.89%
G = 54.66%
B = 7.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#7AB018 (or 0x7AB018) is known color: Lima. HEX triplet: 7A, B0 and 18. RGB value is (122,176,24). Sum of RGB (Red+Green+Blue) = 122+176+24=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AB018 is #854FE7. Grayscale: #8F8F8F. Windows color (decimal): -8736744 or 1618042. OLE color: 1618042.

HSL color Cylindrical-coordinate representation of color #7AB018: hue angle of 81.32º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7AB018 is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 176 24 -
CMYK 0.31 0 0.86 0.31
HSL 81.32º 0.76% 0.39% -
HSV(B) 81.32º 0.86% 0.69% -
XYZ 23.72 35.25 6.42 -
YUV 142.53 61.11 113.36 -
System Red Green Blue C M Y K H S L
Decimal 122 176 24 0.31 0 0.86 0.31 81.32 0.76 0.39
Hex 7A B0 18 1F 0 56 1F 51 4C 27
Octal 172 260 30 37 0 126 37 121 114 47
Binary 1111010 10110000 11000 11111 0 1010110 11111 1010001 1001100 100111

Color Harmonies of #7AB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB018

Black with #7AB018

Text Example


Text Example

White with #7AB018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,176,24); }

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

background-color css

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

 a { background-color: rgb(122,176,24); }

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

border-color css

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

 span { border-color: rgb(122,176,24); }

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