#7ae091

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

Shades of De York #7AE091

Tints of De York #7AE091

Color information

#7AE091 (or 0x7AE091) is unknown color: approx De York. HEX triplet: 7A, E0 and 91. RGB value is (122,224,145). Sum of RGB (Red+Green+Blue) = 122+224+145=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE091 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE091 is #851F6E. Grayscale: #B8B8B8. Windows color (decimal): -8724335 or 9560186. OLE color: 9560186.

HSL color Cylindrical-coordinate representation of color #7AE091: hue angle of 133.53º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AE091 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB122224145-
CMYK0.4600.350.12
HSL133.53º62.2%67.84%-
HSV(B)133.53º45.54%87.84%-
XYZ39.7959.4936.17-
YUV184.5105.7183.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.85%
GREEN value IS 224 (87.89% from 255) = 45.62%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=24.85%
G=45.62%
B=29.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222241450.4600.350.12133.5362.267.84
Hex7AE0912E023C863e44
Octal172340221560431420676104
Binary1111010111000001001000110111001000111100100001101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ae091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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