Html Css Color HEX #7AC880 De York

📋 copy color: '#7AC880'

red 122 ◦ green 200 ◦ blue 128

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

Shades of De York #7AC880

Tints of De York #7AC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.44%

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

R = 27.11%
G = 44.44%
B = 28.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#7AC880 (or 0x7AC880) is known color: De York. HEX triplet: 7A, C8 and 80. RGB value is (122,200,128). Sum of RGB (Red+Green+Blue) = 122+200+128=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC880 is #85377F. Grayscale: #A8A8A8. Windows color (decimal): -8730496 or 8439930. OLE color: 8439930.

HSL color Cylindrical-coordinate representation of color #7AC880: hue angle of 124.62º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7AC880 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 122 200 128 -
CMYK 0.39 0 0.36 0.22
HSL 124.62º 0.41% 0.63% -
HSV(B) 124.62º 0.39% 0.78% -
XYZ 32.58 47 27.78 -
YUV 168.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 122 200 128 0.39 0 0.36 0.22 124.62 0.41 0.63
Hex 7A C8 80 27 0 24 16 7D 29 3F
Octal 172 310 200 47 0 44 26 175 51 77
Binary 1111010 11001000 10000000 100111 0 100100 10110 1111101 101001 111111

Color Harmonies of #7AC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC880

Black with #7AC880

Text Example


Text Example

White with #7AC880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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