#7ADC91

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

Shades of De York #7ADC91

Tints of De York #7ADC91

Color information

#7ADC91 (or 0x7ADC91) is unknown color: approx De York. HEX triplet: 7A, DC and 91. RGB value is (122,220,145). Sum of RGB (Red+Green+Blue) = 122+220+145=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC91 is #85236E. Grayscale: #B6B6B6. Windows color (decimal): -8725359 or 9559162. OLE color: 9559162.

HSL color Cylindrical-coordinate representation of color #7ADC91: hue angle of 134.08º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC91 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB122220145-
CMYK0.4500.340.14
HSL134.08º58.33%67.06%-
HSV(B)134.08º44.55%86.27%-
XYZ38.7357.3735.82-
YUV182.15107.0385.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.05%
GREEN value IS 220 (86.33% from 255) = 45.17%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=25.05%
G=45.17%
B=29.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1222201450.4500.340.14134.0858.3367.06
Hex7ADC912D022E863a43
Octal172334221550421620672103
Binary1111010110111001001000110110101000101110100001101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ADC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,220,145); }

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

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

 a { background-color: rgb(122,220,145); }

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

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

 span { border-color: rgb(122,220,145); }

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