Html Css Color HEX #7AC334 Lima

📋 copy color: '#7AC334'

red 122 ◦ green 195 ◦ blue 52

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

Shades of Lima #7AC334

Tints of Lima #7AC334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.85%

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

R = 33.06%
G = 52.85%
B = 14.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#7AC334 (or 0x7AC334) is known color: Lima. HEX triplet: 7A, C3 and 34. RGB value is (122,195,52). Sum of RGB (Red+Green+Blue) = 122+195+52=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC334 is #853CCB. Grayscale: #9D9D9D. Windows color (decimal): -8731852 or 3457914. OLE color: 3457914.

HSL color Cylindrical-coordinate representation of color #7AC334: hue angle of 90.63º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7AC334 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 195 52 -
CMYK 0.37 0 0.73 0.24
HSL 90.63º 0.58% 0.48% -
HSV(B) 90.63º 0.73% 0.76% -
XYZ 28.16 43.42 10.14 -
YUV 156.87 68.82 103.13 -
System Red Green Blue C M Y K H S L
Decimal 122 195 52 0.37 0 0.73 0.24 90.63 0.58 0.48
Hex 7A C3 34 25 0 49 18 5B 3A 30
Octal 172 303 64 45 0 111 30 133 72 60
Binary 1111010 11000011 110100 100101 0 1001001 11000 1011011 111010 110000

Color Harmonies of #7AC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC334

Black with #7AC334

Text Example


Text Example

White with #7AC334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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