Html Css Color HEX #7AC136 Lima

📋 copy color: '#7AC136'

red 122 ◦ green 193 ◦ blue 54

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

Shades of Lima #7AC136

Tints of Lima #7AC136

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.3%

 BLUE value IS 54 (21.48% from 255) = 14.63%

R = 33.06%
G = 52.3%
B = 14.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#7AC136 (or 0x7AC136) is known color: Lima. HEX triplet: 7A, C1 and 36. RGB value is (122,193,54). Sum of RGB (Red+Green+Blue) = 122+193+54=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC136 is #853EC9. Grayscale: #9C9C9C. Windows color (decimal): -8732362 or 3588474. OLE color: 3588474.

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

Color convert

RGB 122 193 54 -
CMYK 0.37 0 0.72 0.24
HSL 90.65º 0.56% 0.48% -
HSV(B) 90.65º 0.72% 0.76% -
XYZ 27.76 42.54 10.24 -
YUV 155.93 70.48 103.8 -
System Red Green Blue C M Y K H S L
Decimal 122 193 54 0.37 0 0.72 0.24 90.65 0.56 0.48
Hex 7A C1 36 25 0 48 18 5B 38 30
Octal 172 301 66 45 0 110 30 133 70 60
Binary 1111010 11000001 110110 100101 0 1001000 11000 1011011 111000 110000

Color Harmonies of #7AC136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC136

Black with #7AC136

Text Example


Text Example

White with #7AC136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,193,54); }

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

background-color css

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

 a { background-color: rgb(122,193,54); }

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

border-color css

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

 span { border-color: rgb(122,193,54); }

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