Html Css Color HEX #7AB612 Lima

📋 copy color: '#7AB612'

red 122 ◦ green 182 ◦ blue 18

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

Shades of Lima #7AB612

Tints of Lima #7AB612

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.52%

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 37.89%
G = 56.52%
B = 5.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#7AB612 (or 0x7AB612) is known color: Lima. HEX triplet: 7A, B6 and 12. RGB value is (122,182,18). Sum of RGB (Red+Green+Blue) = 122+182+18=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB612 is #8549ED. Grayscale: #919191. Windows color (decimal): -8735214 or 1226362. OLE color: 1226362.

HSL color Cylindrical-coordinate representation of color #7AB612: hue angle of 81.95º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AB612 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 182 18 -
CMYK 0.33 0 0.90 0.29
HSL 81.95º 0.82% 0.39% -
HSV(B) 81.95º 0.9% 0.71% -
XYZ 24.86 37.64 6.53 -
YUV 145.36 56.12 111.34 -
System Red Green Blue C M Y K H S L
Decimal 122 182 18 0.33 0 0.90 0.29 81.95 0.82 0.39
Hex 7A B6 12 21 0 5A 1D 52 52 27
Octal 172 266 22 41 0 132 35 122 122 47
Binary 1111010 10110110 10010 100001 0 1011010 11101 1010010 1010010 100111

Color Harmonies of #7AB612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB612

Black with #7AB612

Text Example


Text Example

White with #7AB612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,182,18); }

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

background-color css

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

 a { background-color: rgb(122,182,18); }

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

border-color css

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

 span { border-color: rgb(122,182,18); }

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