Html Css Color HEX #7AC127 Lima

📋 copy color: '#7AC127'

red 122 ◦ green 193 ◦ blue 39

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

Shades of Lima #7AC127

Tints of Lima #7AC127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 34.46%
G = 54.52%
B = 11.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#7AC127 (or 0x7AC127) is known color: Lima. HEX triplet: 7A, C1 and 27. RGB value is (122,193,39). Sum of RGB (Red+Green+Blue) = 122+193+39=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC127 is #853ED8. Grayscale: #9A9A9A. Windows color (decimal): -8732377 or 2605434. OLE color: 2605434.

HSL color Cylindrical-coordinate representation of color #7AC127: hue angle of 87.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AC127 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 193 39 -
CMYK 0.37 0 0.80 0.24
HSL 87.66º 0.66% 0.45% -
HSV(B) 87.66º 0.8% 0.76% -
XYZ 27.46 42.42 8.66 -
YUV 154.22 62.98 105.02 -
System Red Green Blue C M Y K H S L
Decimal 122 193 39 0.37 0 0.80 0.24 87.66 0.66 0.45
Hex 7A C1 27 25 0 50 18 58 42 2D
Octal 172 301 47 45 0 120 30 130 102 55
Binary 1111010 11000001 100111 100101 0 1010000 11000 1011000 1000010 101101

Color Harmonies of #7AC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC127

Black with #7AC127

Text Example


Text Example

White with #7AC127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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