Html Css Color HEX #7AB90D Lima

📋 copy color: '#7AB90D'

red 122 ◦ green 185 ◦ blue 13

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

Shades of Lima #7AB90D

Tints of Lima #7AB90D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 38.13%
G = 57.81%
B = 4.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#7AB90D (or 0x7AB90D) is known color: Lima. HEX triplet: 7A, B9 and 0D. RGB value is (122,185,13). Sum of RGB (Red+Green+Blue) = 122+185+13=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 185 (72.66% from 255 or 57.81% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB90D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB90D is #8546F2. Grayscale: #939393. Windows color (decimal): -8734451 or 899450. OLE color: 899450.

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

Color convert

RGB 122 185 13 -
CMYK 0.34 0 0.93 0.27
HSL 81.98º 0.87% 0.39% -
HSV(B) 81.98º 0.93% 0.73% -
XYZ 25.45 38.86 6.54 -
YUV 146.56 52.63 110.49 -
System Red Green Blue C M Y K H S L
Decimal 122 185 13 0.34 0 0.93 0.27 81.98 0.87 0.39
Hex 7A B9 D 22 0 5D 1B 52 57 27
Octal 172 271 15 42 0 135 33 122 127 47
Binary 1111010 10111001 1101 100010 0 1011101 11011 1010010 1010111 100111

Color Harmonies of #7AB90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB90D

Black with #7AB90D

Text Example


Text Example

White with #7AB90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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