#7AC88D

Color #7AC88D De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7AC88D

Tints of De York #7AC88D

Color information

#7AC88D (or 0x7AC88D) is unknown color: approx De York. HEX triplet: 7A, C8 and 8D. RGB value is (122,200,141). Sum of RGB (Red+Green+Blue) = 122+200+141=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC88D is #853772. Grayscale: #AAAAAA. Windows color (decimal): -8730483 or 9291898. OLE color: 9291898.

HSL color Cylindrical-coordinate representation of color #7AC88D: hue angle of 134.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 #7AC88D is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB122200141-
CMYK0.3900.290.22
HSL134.62º41.49%63.14%-
HSV(B)134.62º39%78.43%-
XYZ33.4947.3732.58-
YUV169.95111.6693.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 200 (78.52% from 255) = 43.20%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=26.35%
G=43.20%
B=30.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1222001410.3900.290.22134.6241.4963.14
Hex7AC88D2701D1687293f
Octal17231021547035262075177
Binary111101011001000100011011001110111011011010000111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AC88D;
 }
 .AnyTagClassName
 {
   color: #7AC88D;
 }
</style>
background-color css

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

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

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

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

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

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