Html Css Color HEX #7AB814 Lima

📋 copy color: '#7AB814'

red 122 ◦ green 184 ◦ blue 20

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

Shades of Lima #7AB814

Tints of Lima #7AB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.44%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 37.42%
G = 56.44%
B = 6.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#7AB814 (or 0x7AB814) is known color: Lima. HEX triplet: 7A, B8 and 14. RGB value is (122,184,20). Sum of RGB (Red+Green+Blue) = 122+184+20=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB814 is #8547EB. Grayscale: #939393. Windows color (decimal): -8734700 or 1357946. OLE color: 1357946.

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

Color convert

RGB 122 184 20 -
CMYK 0.34 0 0.89 0.28
HSL 82.68º 0.8% 0.4% -
HSV(B) 82.68º 0.89% 0.72% -
XYZ 25.29 38.47 6.75 -
YUV 146.77 56.46 110.34 -
System Red Green Blue C M Y K H S L
Decimal 122 184 20 0.34 0 0.89 0.28 82.68 0.8 0.4
Hex 7A B8 14 22 0 59 1C 53 50 28
Octal 172 270 24 42 0 131 34 123 120 50
Binary 1111010 10111000 10100 100010 0 1011001 11100 1010011 1010000 101000

Color Harmonies of #7AB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB814

Black with #7AB814

Text Example


Text Example

White with #7AB814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,184,20); }

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

background-color css

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

 a { background-color: rgb(122,184,20); }

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

border-color css

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

 span { border-color: rgb(122,184,20); }

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