Html Css Color HEX #7AB234 Lima

📋 copy color: '#7AB234'

red 122 ◦ green 178 ◦ blue 52

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

Shades of Lima #7AB234

Tints of Lima #7AB234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 34.66%
G = 50.57%
B = 14.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#7AB234 (or 0x7AB234) is known color: Lima. HEX triplet: 7A, B2 and 34. RGB value is (122,178,52). Sum of RGB (Red+Green+Blue) = 122+178+52=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AB234 is #854DCB. Grayscale: #939393. Windows color (decimal): -8736204 or 3453562. OLE color: 3453562.

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

Color convert

RGB 122 178 52 -
CMYK 0.31 0 0.71 0.30
HSL 86.67º 0.55% 0.45% -
HSV(B) 86.67º 0.71% 0.7% -
XYZ 24.57 36.23 8.95 -
YUV 146.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 122 178 52 0.31 0 0.71 0.30 86.67 0.55 0.45
Hex 7A B2 34 1F 0 47 1E 57 37 2D
Octal 172 262 64 37 0 107 36 127 67 55
Binary 1111010 10110010 110100 11111 0 1000111 11110 1010111 110111 101101

Color Harmonies of #7AB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB234

Black with #7AB234

Text Example


Text Example

White with #7AB234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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