Html Css Color HEX #7AC140 Apple

📋 copy color: '#7AC140'

red 122 ◦ green 193 ◦ blue 64

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

Shades of Apple #7AC140

Tints of Apple #7AC140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.89%

R = 32.19%
G = 50.92%
B = 16.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#7AC140 (or 0x7AC140) is known color: Apple. HEX triplet: 7A, C1 and 40. RGB value is (122,193,64). Sum of RGB (Red+Green+Blue) = 122+193+64=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 193 (75.78% from 255 or 50.92% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC140 is #853EBF. Grayscale: #9D9D9D. Windows color (decimal): -8732352 or 4243834. OLE color: 4243834.

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

Color convert

RGB 122 193 64 -
CMYK 0.37 0 0.67 0.24
HSL 93.02º 0.51% 0.5% -
HSV(B) 93.02º 0.67% 0.76% -
XYZ 28.02 42.65 11.61 -
YUV 157.07 75.48 102.99 -
System Red Green Blue C M Y K H S L
Decimal 122 193 64 0.37 0 0.67 0.24 93.02 0.51 0.5
Hex 7A C1 40 25 0 43 18 5D 33 32
Octal 172 301 100 45 0 103 30 135 63 62
Binary 1111010 11000001 1000000 100101 0 1000011 11000 1011101 110011 110010

Color Harmonies of #7AC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC140

Black with #7AC140

Text Example


Text Example

White with #7AC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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