Html Css Color HEX #7AC080 De York

📋 copy color: '#7AC080'

red 122 ◦ green 192 ◦ blue 128

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

Shades of De York #7AC080

Tints of De York #7AC080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 27.6%
G = 43.44%
B = 28.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#7AC080 (or 0x7AC080) is known color: De York. HEX triplet: 7A, C0 and 80. RGB value is (122,192,128). Sum of RGB (Red+Green+Blue) = 122+192+128=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC080 is #853F7F. Grayscale: #A3A3A3. Windows color (decimal): -8732544 or 8437882. OLE color: 8437882.

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

Color convert

RGB 122 192 128 -
CMYK 0.36 0 0.33 0.25
HSL 125.14º 0.36% 0.62% -
HSV(B) 125.14º 0.36% 0.75% -
XYZ 30.77 43.4 27.18 -
YUV 163.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 122 192 128 0.36 0 0.33 0.25 125.14 0.36 0.62
Hex 7A C0 80 24 0 21 19 7D 24 3E
Octal 172 300 200 44 0 41 31 175 44 76
Binary 1111010 11000000 10000000 100100 0 100001 11001 1111101 100100 111110

Color Harmonies of #7AC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC080

Black with #7AC080

Text Example


Text Example

White with #7AC080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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