Html Css Color HEX #7AB232 Lima

📋 copy color: '#7AB232'

red 122 ◦ green 178 ◦ blue 50

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

Shades of Lima #7AB232

Tints of Lima #7AB232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.86%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 34.86%
G = 50.86%
B = 14.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#7AB232 (or 0x7AB232) is known color: Lima. HEX triplet: 7A, B2 and 32. RGB value is (122,178,50). Sum of RGB (Red+Green+Blue) = 122+178+50=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB232 is #854DCD. Grayscale: #939393. Windows color (decimal): -8736206 or 3322490. OLE color: 3322490.

HSL color Cylindrical-coordinate representation of color #7AB232: hue angle of 86.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AB232 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 178 50 -
CMYK 0.31 0 0.72 0.30
HSL 86.25º 0.56% 0.45% -
HSV(B) 86.25º 0.72% 0.7% -
XYZ 24.52 36.21 8.71 -
YUV 146.66 73.45 110.41 -
System Red Green Blue C M Y K H S L
Decimal 122 178 50 0.31 0 0.72 0.30 86.25 0.56 0.45
Hex 7A B2 32 1F 0 48 1E 56 38 2D
Octal 172 262 62 37 0 110 36 126 70 55
Binary 1111010 10110010 110010 11111 0 1001000 11110 1010110 111000 101101

Color Harmonies of #7AB232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB232

Black with #7AB232

Text Example


Text Example

White with #7AB232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,178,50); }

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

background-color css

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

 a { background-color: rgb(122,178,50); }

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

border-color css

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

 span { border-color: rgb(122,178,50); }

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