Html Css Color HEX #7AC040 Apple

📋 copy color: '#7AC040'

red 122 ◦ green 192 ◦ blue 64

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

Shades of Apple #7AC040

Tints of Apple #7AC040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.79%

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

R = 32.28%
G = 50.79%
B = 16.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#7AC040 (or 0x7AC040) is known color: Apple. HEX triplet: 7A, C0 and 40. RGB value is (122,192,64). Sum of RGB (Red+Green+Blue) = 122+192+64=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC040 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC040 is #853FBF. Grayscale: #9C9C9C. Windows color (decimal): -8732608 or 4243578. OLE color: 4243578.

HSL color Cylindrical-coordinate representation of color #7AC040: hue angle of 92.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7AC040 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 64 -
CMYK 0.36 0 0.67 0.25
HSL 92.81º 0.5% 0.5% -
HSV(B) 92.81º 0.67% 0.75% -
XYZ 27.8 42.21 11.53 -
YUV 156.48 75.81 103.41 -
System Red Green Blue C M Y K H S L
Decimal 122 192 64 0.36 0 0.67 0.25 92.81 0.5 0.5
Hex 7A C0 40 24 0 43 19 5D 32 32
Octal 172 300 100 44 0 103 31 135 62 62
Binary 1111010 11000000 1000000 100100 0 1000011 11001 1011101 110010 110010

Color Harmonies of #7AC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC040

Black with #7AC040

Text Example


Text Example

White with #7AC040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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