#7AC272

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

Shades of De York #7AC272

Tints of De York #7AC272

Color information

#7AC272 (or 0x7AC272) is unknown color: approx De York. HEX triplet: 7A, C2 and 72. RGB value is (122,194,114). Sum of RGB (Red+Green+Blue) = 122+194+114=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC272 is #853D8D. Grayscale: #A3A3A3. Windows color (decimal): -8732046 or 7520890. OLE color: 7520890.

HSL color Cylindrical-coordinate representation of color #7AC272: hue angle of 114º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AC272 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB122194114-
CMYK0.3700.410.24
HSL114º39.6%60.39%-
HSV(B)114º41.24%76.08%-
XYZ30.3643.9422.8-
YUV163.35100.1598.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=28.37%
G=45.12%
B=26.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221941140.3700.410.2411439.660.39
Hex7AC272250291872283c
Octal17230216245051301625074
Binary11110101100001011100101001010101001110001110010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,194,114); }

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

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

 a { background-color: rgb(122,194,114); }

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

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

 span { border-color: rgb(122,194,114); }

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