#7ACC85

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

Shades of De York #7ACC85

Tints of De York #7ACC85

Color information

#7ACC85 (or 0x7ACC85) is unknown color: approx De York. HEX triplet: 7A, CC and 85. RGB value is (122,204,133). Sum of RGB (Red+Green+Blue) = 122+204+133=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACC85 is #85337A. Grayscale: #ABABAB. Windows color (decimal): -8729467 or 8768634. OLE color: 8768634.

HSL color Cylindrical-coordinate representation of color #7ACC85: hue angle of 128.05º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ACC85 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB122204133-
CMYK0.4000.350.2
HSL128.05º44.57%63.92%-
HSV(B)128.05º40.2%80%-
XYZ33.8549.0229.87-
YUV171.39106.3392.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=26.58%
G=44.44%
B=28.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1222041330.4000.350.2128.0544.5763.92
Hex7ACC852802314802d40
Octal172314205500432420055100
Binary11110101100110010000101101000010001110100100000001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,204,133); }

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

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

 a { background-color: rgb(122,204,133); }

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

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

 span { border-color: rgb(122,204,133); }

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