#7ACA83

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

Shades of De York #7ACA83

Tints of De York #7ACA83

Color information

#7ACA83 (or 0x7ACA83) is unknown color: approx De York. HEX triplet: 7A, CA and 83. RGB value is (122,202,131). Sum of RGB (Red+Green+Blue) = 122+202+131=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ACA83 is #85357C. Grayscale: #AAAAAA. Windows color (decimal): -8729981 or 8637050. OLE color: 8637050.

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

Color convert

RGB122202131-
CMYK0.4000.350.21
HSL126.75º43.01%63.53%-
HSV(B)126.75º39.6%79.22%-
XYZ33.2448.0228.99-
YUV169.9910693.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.81%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 131 (51.56% from 255) = 28.79%
R=26.81%
G=44.40%
B=28.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021310.4000.350.21126.7543.0163.53
Hex7ACA8328023157f2b40
Octal172312203500432517753100
Binary1111010110010101000001110100001000111010111111111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,202,131); }

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

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

 a { background-color: rgb(122,202,131); }

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

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

 span { border-color: rgb(122,202,131); }

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